/* -- DO NOT EDIT -- * Generated by smidump version 0.4.3: * smidump -f scli INET-ADDRESS-MIB * * Derived from INET-ADDRESS-MIB: * This MIB module defines textual conventions for * representing Internet addresses. An Internet * address can be an IPv4 address, an IPv6 address, * or a DNS domain name. This module also defines * textual conventions for Internet port numbers, * autonomous system numbers, and the length of an * Internet address prefix. * * Copyright (C) The Internet Society (2005). This version * of this MIB module is part of RFC 4001, see the RFC * itself for full legal notices. * * Revision 2005-02-04 00:00: * Third version, published as RFC 4001. This revision * introduces the InetZoneIndex, InetScopeType, and * InetVersion textual conventions. * * Revision 2002-05-09 00:00: * Second version, published as RFC 3291. This * revision contains several clarifications and * introduces several new textual conventions: * InetAddressPrefixLength, InetPortNumber, * InetAutonomousSystemNumber, InetAddressIPv4z, * and InetAddressIPv6z. * * Revision 2000-06-08 00:00: * Initial version, published as RFC 2851. * * $Id: inet-address-mib.h 1764 2006-01-18 09:40:08Z schoenw $ */ #ifndef _INET_ADDRESS_MIB_H_ #define _INET_ADDRESS_MIB_H_ #include "gsnmp.h" G_BEGIN_DECLS /* * Tables to map enumerations to strings and vice versa. */ #define INET_ADDRESS_MIB_INETADDRESSTYPE_UNKNOWN 0 #define INET_ADDRESS_MIB_INETADDRESSTYPE_IPV4 1 #define INET_ADDRESS_MIB_INETADDRESSTYPE_IPV6 2 #define INET_ADDRESS_MIB_INETADDRESSTYPE_IPV4Z 3 #define INET_ADDRESS_MIB_INETADDRESSTYPE_IPV6Z 4 #define INET_ADDRESS_MIB_INETADDRESSTYPE_DNS 16 extern GNetSnmpEnum const inet_address_mib_enums_InetAddressType[]; #define INET_ADDRESS_MIB_INETSCOPETYPE_INTERFACELOCAL 1 #define INET_ADDRESS_MIB_INETSCOPETYPE_LINKLOCAL 2 #define INET_ADDRESS_MIB_INETSCOPETYPE_SUBNETLOCAL 3 #define INET_ADDRESS_MIB_INETSCOPETYPE_ADMINLOCAL 4 #define INET_ADDRESS_MIB_INETSCOPETYPE_SITELOCAL 5 #define INET_ADDRESS_MIB_INETSCOPETYPE_ORGANIZATIONLOCAL 8 #define INET_ADDRESS_MIB_INETSCOPETYPE_GLOBAL 14 extern GNetSnmpEnum const inet_address_mib_enums_InetScopeType[]; #define INET_ADDRESS_MIB_INETVERSION_UNKNOWN 0 #define INET_ADDRESS_MIB_INETVERSION_IPV4 1 #define INET_ADDRESS_MIB_INETVERSION_IPV6 2 extern GNetSnmpEnum const inet_address_mib_enums_InetVersion[]; G_END_DECLS #endif /* _INET_ADDRESS_MIB_H_ */