net-snmp
5.4.1
|
00001 #ifndef _SNMPAAL5PVCDOMAIN_H 00002 #define _SNMPAAL5PVCDOMAIN_H 00003 00004 #ifdef NETSNMP_TRANSPORT_AAL5PVC_DOMAIN 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 #if HAVE_SYS_SOCKET_H 00011 #include <sys/socket.h> 00012 #endif 00013 00014 #include <atm.h> 00015 00016 #include <net-snmp/library/snmp_transport.h> 00017 #include <net-snmp/library/asn1.h> 00018 00019 extern oid netsnmp_AAL5PVCDomain[]; /* = { NETSNMP_ENTERPRISE_MIB, 3, 3, 3 }; */ 00020 00021 netsnmp_transport *netsnmp_aal5pvc_transport(struct sockaddr_atmpvc *addr, 00022 int local); 00023 00024 /* 00025 * "Constructor" for transport domain object. 00026 */ 00027 00028 void netsnmp_aal5pvc_ctor(void); 00029 00030 #ifdef __cplusplus 00031 } 00032 #endif 00033 #endif /*NETSNMP_TRANSPORT_AAL5PVC_DOMAIN */ 00034 00035 #endif/*_SNMPAAL5PVCDOMAIN_H*/