Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c65 (cmd != SNMP_MSG_GETBULK)) { in snmp_create_pdu()
77 } else if (cmd == SNMP_MSG_GETBULK) { in snmp_create_pdu()
326 if ((cmd == SNMP_MSG_GET) || (cmd == SNMP_MSG_GETBULK && row > 0) || in snmp_oidstr_to_oid()
370 case SNMP_MSG_GETBULK: in snmp_oidstr_to_oid()
H A Dpdu.h96 #define SNMP_MSG_GETBULK (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x5) macro
H A Ddebug.h74 snmp_log_cmd(tag, SNMP_MSG_GETBULK, n_oids, oidstrs, row)
H A Ddebug.c108 { SNMP_MSG_GETBULK, "SNMP_MSG_GETBULK" },
H A Dsnmplib.c932 pdu = snmp_create_pdu(SNMP_MSG_GETBULK, max_reps, oidstrs, n_oids, row); in fetch_bulk()