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 D | pdu.c | 64 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 D | pdu.h | 92 #define SNMP_MSG_GETNEXT (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x1) macro
|
H A D | debug.h | 77 snmp_log_cmd(tag, SNMP_MSG_GETNEXT, 1, prefix, row)
|
H A D | debug.c | 104 { SNMP_MSG_GETNEXT, "SNMP_MSG_GETNEXT" },
|
H A D | snmplib.c | 1000 pdu = snmp_create_pdu(SNMP_MSG_GETNEXT, 0, prefix, 1, row); in fetch_next()
|