Home
last modified time | relevance | path

Searched refs:SNMP_MSG_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h93 #define SNMP_MSG_RESPONSE (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x2) macro
H A Ddebug.c105 { SNMP_MSG_RESPONSE, "SNMP_MSG_RESPONSE" },
H A Dpdu.c564 if (id != SNMP_MSG_RESPONSE && id != SNMP_MSG_REPORT) in snmp_parse_pdu()