File: snmpv2-tm.h

package info (click to toggle)
scli 0.3.1-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,872 kB
  • ctags: 8,627
  • sloc: ansic: 32,657; sh: 7,388; makefile: 321
file content (46 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download
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
/*							-- 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.h 1787 2006-02-21 20:45:55Z schoenw $
 */

#ifndef _SNMPV2_TM_H_
#define _SNMPV2_TM_H_

#include "gsnmp.h"

G_BEGIN_DECLS

/*
 * Tables to map identities to strings and vice versa.
 */

#define SNMPV2_TM_SNMPUDPDOMAIN	1,3,6,1,6,1,1
#define SNMPV2_TM_SNMPCLNSDOMAIN	1,3,6,1,6,1,2
#define SNMPV2_TM_SNMPCONSDOMAIN	1,3,6,1,6,1,3
#define SNMPV2_TM_SNMPDDPDOMAIN	1,3,6,1,6,1,4
#define SNMPV2_TM_SNMPIPXDOMAIN	1,3,6,1,6,1,5
#define SNMPV2_TM_RFC1157DOMAIN	1,3,6,1,6,2,1,1

extern GNetSnmpIdentity const snmpv2_tm_identities[];

G_END_DECLS

#endif /* _SNMPV2_TM_H_ */