Home
last modified time | relevance | path

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

1234

/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/library/
H A Dsnmp.h125 #define SNMP_MSG_GET (ASN_CONTEXT | ASN_CONSTRUCTOR | 0x0) /* a0=160 */ macro
191 c == SNMP_MSG_GETNEXT || c == SNMP_MSG_GET )
194 c == SNMP_MSG_GETNEXT || c == SNMP_MSG_GET || \
H A Dlibsnmp.h133 #define SNMP_MSG_GET GET_REQ_MSG
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/
H A Dsnmpget.c174 pdu = snmp_pdu_create(SNMP_MSG_GET); in main()
224 pdu = snmp_fix_pdu(response, SNMP_MSG_GET); in main()
H A Dsnmptest.c69 int command = SNMP_MSG_GET;
205 case SNMP_MSG_GET: in main()
314 command = SNMP_MSG_GET; in input_variable()
H A Dsnmpstatus.c185 pdu = snmp_pdu_create(SNMP_MSG_GET); in main()
244 pdu = snmp_fix_pdu(response, SNMP_MSG_GET); in main()
H A Dsnmpdf.c326 pdu = snmp_pdu_create(SNMP_MSG_GET); in main()
407 pdu = snmp_pdu_create(SNMP_MSG_GET); in main()
H A Dsnmpps.c302 pdu = snmp_pdu_create(SNMP_MSG_GET); in collect_perf()
432 pdu = snmp_pdu_create(SNMP_MSG_GET); in collect_cpu()
502 pdu = snmp_pdu_create(SNMP_MSG_GET); in collect_mem()
865 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmptop()
H A Dsnmpping.c397 pdu = snmp_pdu_create(SNMP_MSG_GET); in wait_for_completion()
494 pdu = snmp_pdu_create(SNMP_MSG_GET); in overall_stats()
H A Dsnmpdelta.c491 pdu = snmp_pdu_create(SNMP_MSG_GET); in main()
718 pdu = snmp_fix_pdu(response, SNMP_MSG_GET); in main()
H A Dsnmpbulkwalk.c102 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_and_print()
H A Dsnmpwalk.c107 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_and_print()
/dports/net-mgmt/net-snmp/net-snmp-5.9/testing/fulltests/unit-tests/
H A DT101pdu_type_clib.c3 pdu_description = snmp_pdu_type(SNMP_MSG_GET);
H A DT102pdu_build_clib.c32 pdu = snmp_pdu_create(SNMP_MSG_GET);
/dports/net-mgmt/cacti88-spine/cacti-spine-0.8.8h/
H A Dsnmp.c317 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmp_get()
611 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_multi()
677 pdu = snmp_fix_pdu(response, SNMP_MSG_GET); in snmp_get_multi()
/dports/net-mgmt/cacti-spine/cacti-spine-1.2.17/
H A Dsnmp.c349 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmp_get()
657 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmp_get_multi()
723 pdu = snmp_fix_pdu(response, SNMP_MSG_GET); in snmp_get_multi()
/dports/net-mgmt/sdig/sdig-0.45/src/
H A Dsnmpget.c73 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmpget()
/dports/net-mgmt/mbrowse/mbrowse-0.4.3/src/
H A Dsnmpstuff.c102 pdu = snmp_pdu_create(SNMP_MSG_GET); in _snmpget()
143 pdu = snmp_pdu_create(SNMP_MSG_GET); in snmpget()
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/agent/
H A Dsnmp_agent.h129 #define MODE_GET SNMP_MSG_GET
/dports/net/ifstat/ifstat-1.1/
H A Dsnmp.c64 if ((pdu = snmp_pdu_create(SNMP_MSG_GET)) == NULL) { in snmp_get_ifcount()
177 if ((pdu = snmp_pdu_create(SNMP_MSG_GET)) == NULL) { in snmp_get_ifinfos()
/dports/sysutils/nut/nut-2.7.4/tools/nut-scanner/
H A Dscan_snmp.c335 pdu = (*nut_snmp_pdu_create)(SNMP_MSG_GET); in scan_snmp_get_manufacturer()
582 pdu = (*nut_snmp_pdu_create)(SNMP_MSG_GET); in try_SysOID()
/dports/sysutils/powerman/powerman-2.3.20/snmppower/
H A Dsnmppower.c67 pdu = snmp_pdu_create (SNMP_MSG_GET); in get()
/dports/net/wmnd/wmnd-0.4.18/src/
H A Ddrivers.c977 pdu = snmp_pdu_create(SNMP_MSG_GET); in generic_snmp_getNodeDesc()
1066 pdu = snmp_pdu_create(SNMP_MSG_GET); in generic_snmp_list()
1146 pdu = snmp_pdu_create(SNMP_MSG_GET); in generic_snmp_get()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/
H A Dsnmp_agent.c1139 case SNMP_MSG_GET: in netsnmp_agent_check_parse()
2376 case SNMP_MSG_GET:
2772 case SNMP_MSG_GET:
3310 if (asp->mode == SNMP_MSG_GET) {
3745 case SNMP_MSG_GET:
3782 case SNMP_MSG_GET:
3832 asp->mode = SNMP_MSG_GET;
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/helpers/
H A Dbaby_steps.c438 case SNMP_MSG_GET: in _baby_steps_access_multiplexer()
/dports/net/rtg/rtg-0.7.5/src/
H A Drtgsnmp.c84 pdu = snmp_pdu_create(SNMP_MSG_GET); in poller()

1234