Searched refs:snmp_pdu_create (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
| H A D | bsnmpget.c | 385 snmp_pdu_create(&req, GET_PDUTYPE(snmptoolctx)); in snmptool_get() 425 snmp_pdu_create(&req, GET_PDUTYPE(snmptoolctx)); in snmptool_get() 456 snmp_pdu_create(pdu, op); in snmpwalk_nextpdu_create() 474 snmp_pdu_create(&req, op); in snmptool_walk() 538 snmp_pdu_create(&req, op); in snmptool_walk() 1088 snmp_pdu_create(&req, SNMP_PDU_SET); in snmptool_set() 1119 snmp_pdu_create(&req, SNMP_PDU_SET); in snmptool_set()
|
| /freebsd/contrib/bsnmp/lib/ |
| H A D | snmpclient.h | 134 void snmp_pdu_create(struct snmp_pdu *, u_int _op);
|
| H A D | snmpclient.c | 449 snmp_pdu_create(pdu, SNMP_PDU_GETNEXT); in table_init_pdu() 451 snmp_pdu_create(pdu, SNMP_PDU_GETBULK); in table_init_pdu() 1161 snmp_pdu_create(struct snmp_pdu *pdu, u_int op) in snmp_pdu_create() function 1777 snmp_pdu_create(&req, SNMP_PDU_GET); in snmp_discover_engine() 1821 snmp_pdu_create(&req, SNMP_PDU_GET); in snmp_discover_engine()
|
| /freebsd/lib/libbsnmp/libbsnmp/ |
| H A D | Makefile | 107 MLINKS+= bsnmpclient.3 snmp_pdu_create.3
|
| /freebsd/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 578 OLD_FILES+=usr/share/man/man3/snmp_pdu_create.3.gz
|