Home
last modified time | relevance | path

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

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