Home
last modified time | relevance | path

Searched refs:SNMP_MSG_GET (Results 1 – 7 of 7) sorted by relevance

/titanic_41/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()
326 if ((cmd == SNMP_MSG_GET) || (cmd == SNMP_MSG_GETBULK && row > 0) || in snmp_oidstr_to_oid()
366 case SNMP_MSG_GET: in snmp_oidstr_to_oid()
H A Dpdu.h91 #define SNMP_MSG_GET (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x0) macro
H A Ddebug.h71 snmp_log_cmd(tag, SNMP_MSG_GET, 1, prefix, row)
H A Ddebug.c103 { SNMP_MSG_GET, "SNMP_MSG_GET" },
H A Dsnmplib.c882 if ((pdu = snmp_create_pdu(SNMP_MSG_GET, 0, prefix, 1, row)) == NULL) in fetch_single()
/titanic_41/usr/src/cmd/hal/addons/network-devices/
H A Dsnmp.c92 request = snmp_pdu_create(SNMP_MSG_GET); in scan_for_devices_using_snmp()
/titanic_41/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c77 request = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_item()