net-snmp
5.4.1
|
00001 #ifndef _SNMPTCPIPV6DOMAIN_H 00002 #define _SNMPTCPIPV6DOMAIN_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 #include <net-snmp/library/snmp_transport.h> 00009 #include <net-snmp/library/asn1.h> 00010 00011 /* 00012 * The SNMP over TCP over IPv6 transport domain is identified by 00013 * transportDomainTcpIpv4 as defined in RFC 3419. 00014 */ 00015 00016 #define TRANSPORT_DOMAIN_TCP_IPV6 1,3,6,1,2,1,100,1,6 00017 NETSNMP_IMPORT oid netsnmp_TCPIPv6Domain[]; 00018 00019 netsnmp_transport *netsnmp_tcp6_transport(struct sockaddr_in6 *addr, 00020 int local); 00021 00022 /* 00023 * "Constructor" for transport domain object. 00024 */ 00025 00026 void netsnmp_tcp6_ctor(void); 00027 00028 #ifdef __cplusplus 00029 } 00030 #endif 00031 #endif/*_SNMPTCPIPV6DOMAIN_H*/