Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c62 if ((cmd != SNMP_MSG_GET) && (cmd != SNMP_MSG_GETNEXT) && in snmp_create_pdu()
71 if (cmd == SNMP_MSG_GET || cmd == SNMP_MSG_GETNEXT) { in snmp_create_pdu()
323 (cmd == SNMP_MSG_GETNEXT && row >= 0)) { in snmp_oidstr_to_oid()
373 case SNMP_MSG_GETNEXT: in snmp_oidstr_to_oid()
H A Dpdu.h90 #define SNMP_MSG_GETNEXT (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x1) macro
H A Dsnmplib.c969 pdu = snmp_create_pdu(SNMP_MSG_GETNEXT, 0, prefix, 1, row); in fetch_next()