Lines Matching full:snmp
28 * This implementation has been influenced by the CMU SNMP release,
56 # @(#)snmp.awk.x 1.1 (LANL) 1/15/90
59 /* \summary: Simple Network Management Protocol (SNMP) printer */
78 static const char tstr[] = "[|snmp]";
124 * Context-specific ASN.1 types for the SNMP PDUs and their tags
154 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
174 * error-status values for any SNMP PDU
203 * generic-trap values in the SNMP Trap-PDU
265 * Include the compiled in SNMP MIB. "mib.h" is produced by feeding
374 * SNMP versions recognized by this module
388 * Defaults for SNMP PDU components
857 * This will work for any ASN.1 stream, not just an SNMP PDU.
1186 * General SNMP header
1219 * Decode SNMP varBind
1315 * Decode SNMP PDUs: GetRequest, GetNextRequest, GetResponse, SetRequest,
1393 * Decode SNMP Trap PDU
1484 * Decode arbitrary SNMP PDUs.
1546 * Decode a scoped SNMP PDU.
1602 * Decode SNMP Community Header (SNMPv1 and SNMPv2c)
1873 * Decode SNMP header and pass on to PDU printing routines
1916 ND_PRINT((ndo, "SNMP [version = %d]", elem.data.integer));