Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.h97 #define SNMP_MSG_REPORT (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x8) macro
H A Dpdu.c560 if (id != SNMP_MSG_RESPONSE && id != SNMP_MSG_REPORT) in snmp_parse_pdu()