Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c64 if ((cmd != SNMP_MSG_GET) && (cmd != SNMP_MSG_GETNEXT) && in snmp_create_pdu()
73 if (cmd == SNMP_MSG_GET || cmd == SNMP_MSG_GETNEXT) { in snmp_create_pdu()
327 (cmd == SNMP_MSG_GETNEXT && row >= 0)) { in snmp_oidstr_to_oid()
377 case SNMP_MSG_GETNEXT: in snmp_oidstr_to_oid()
H A Dpdu.h92 #define SNMP_MSG_GETNEXT (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x1) macro
H A Ddebug.h77 snmp_log_cmd(tag, SNMP_MSG_GETNEXT, 1, prefix, row)
H A Ddebug.c104 { SNMP_MSG_GETNEXT, "SNMP_MSG_GETNEXT" },
H A Dsnmplib.c1000 pdu = snmp_create_pdu(SNMP_MSG_GETNEXT, 0, prefix, 1, row); in fetch_next()