net-snmp 5.7
snmpAliasDomain.h
00001 #ifndef _SNMPALIASDOMAIN_H
00002 #define _SNMPALIASDOMAIN_H
00003 
00004 #ifdef NETSNMP_TRANSPORT_ALIAS_DOMAIN
00005 
00006 #ifdef __cplusplus
00007 extern          "C" {
00008 #endif
00009 
00010 #include <net-snmp/library/snmp_transport.h>
00011 #include <net-snmp/library/asn1.h>
00012 
00013 /*
00014  * Simple aliases for complex transport strings that can be specified
00015  * via the snmp.conf file and the 'alias' token.
00016  */
00017 
00018 #define TRANSPORT_DOMAIN_ALIAS_IP               1,3,6,1,2,1,100,1,5
00019 NETSNMP_IMPORT oid netsnmp_snmpALIASDomain[];
00020 
00021 /*
00022  * "Constructor" for transport domain object.  
00023  */
00024 
00025 void            netsnmp_alias_ctor(void);
00026 
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030 #endif                          /*NETSNMP_TRANSPORT_ALIAS_DOMAIN */
00031 
00032 #endif/*_SNMPALIASDOMAIN_H*/