1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
/* -- DO NOT EDIT --
* Generated by smidump version 0.4.3:
* smidump -f scli SNMPv2-TM
*
* Derived from SNMPv2-TM:
* The MIB module for SNMP transport mappings.
*
* Copyright (C) The Internet Society (2002). This
* version of this MIB module is part of RFC 3417;
* see the RFC itself for full legal notices.
*
* Revision 2002-10-16 00:00:
* Clarifications, published as RFC 3417.
*
* Revision 1996-01-01 00:00:
* Clarifications, published as RFC 1906.
*
* Revision 1993-04-01 00:00:
* The initial version, published as RFC 1449.
*
* $Id: snmpv2-tm.c 1788 2006-02-21 20:47:18Z schoenw $
*/
#include "snmpv2-tm.h"
static guint32 const snmpUDPDomain[]
= { SNMPV2_TM_SNMPUDPDOMAIN };
static guint32 const snmpCLNSDomain[]
= { SNMPV2_TM_SNMPCLNSDOMAIN };
static guint32 const snmpCONSDomain[]
= { SNMPV2_TM_SNMPCONSDOMAIN };
static guint32 const snmpDDPDomain[]
= { SNMPV2_TM_SNMPDDPDOMAIN };
static guint32 const snmpIPXDomain[]
= { SNMPV2_TM_SNMPIPXDOMAIN };
static guint32 const rfc1157Domain[]
= { SNMPV2_TM_RFC1157DOMAIN };
GNetSnmpIdentity const snmpv2_tm_identities[] = {
{ snmpUDPDomain,
G_N_ELEMENTS(snmpUDPDomain),
"snmpUDPDomain" },
{ snmpCLNSDomain,
G_N_ELEMENTS(snmpCLNSDomain),
"snmpCLNSDomain" },
{ snmpCONSDomain,
G_N_ELEMENTS(snmpCONSDomain),
"snmpCONSDomain" },
{ snmpDDPDomain,
G_N_ELEMENTS(snmpDDPDomain),
"snmpDDPDomain" },
{ snmpIPXDomain,
G_N_ELEMENTS(snmpIPXDomain),
"snmpIPXDomain" },
{ rfc1157Domain,
G_N_ELEMENTS(rfc1157Domain),
"rfc1157Domain" },
{ 0, 0, NULL }
};
|