snmpAAL5PVCDomain.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef _SNMPAAL5PVCDOMAIN_H
  2. #define _SNMPAAL5PVCDOMAIN_H
  3. #ifdef SNMP_TRANSPORT_AAL5PVC_DOMAIN
  4. #ifdef __cplusplus
  5. extern          "C" {
  6. #endif
  7. #if HAVE_SYS_SOCKET_H
  8. #include <sys/socket.h>
  9. #endif
  10. #include <atm.h>
  11. #include <net-snmp/library/snmp_transport.h>
  12. #include <net-snmp/library/asn1.h>
  13. extern oid  netsnmp_AAL5PVCDomain[]; /* = { ENTERPRISE_MIB, 3, 3, 3 }; */
  14. netsnmp_transport *netsnmp_aal5pvc_transport(struct sockaddr_atmpvc *addr,
  15.                                              int local);
  16. /*
  17.  * "Constructor" for transport domain object.  
  18.  */
  19. void            netsnmp_aal5pvc_ctor(void);
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif                          /*SNMP_TRANSPORT_AAL5PVC_DOMAIN */
  24. #endif/*_SNMPAAL5PVCDOMAIN_H*/