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 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() 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 D | pdu.h | 91 #define SNMP_MSG_GET (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x0) macro
|
H A D | debug.h | 71 snmp_log_cmd(tag, SNMP_MSG_GET, 1, prefix, row)
|
H A D | debug.c | 103 { SNMP_MSG_GET, "SNMP_MSG_GET" },
|
H A D | snmplib.c | 882 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 D | snmp.c | 92 request = snmp_pdu_create(SNMP_MSG_GET); in scan_for_devices_using_snmp()
|
/titanic_41/usr/src/cmd/hal/probing/network-printer/ |
H A D | probe-snmp.c | 77 request = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_item()
|