Home
last modified time | relevance | path

Searched refs:SNMP_MSG_GET (Results 1 – 5 of 5) 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()
322 if ((cmd == SNMP_MSG_GET) || (cmd == SNMP_MSG_GETBULK && row > 0) || in snmp_oidstr_to_oid()
362 case SNMP_MSG_GET: in snmp_oidstr_to_oid()
H A Dpdu.h89 #define SNMP_MSG_GET (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x0) macro
H A Dsnmplib.c871 if ((pdu = snmp_create_pdu(SNMP_MSG_GET, 0, prefix, 1, row)) == NULL) in fetch_single()
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsnmp.c92 request = snmp_pdu_create(SNMP_MSG_GET); in scan_for_devices_using_snmp()
/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c74 request = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_item()