Searched refs:snmp_pdu_send (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpclient.h | 142 int32_t snmp_pdu_send(struct snmp_pdu *_pdu, snmp_send_cb_f _func, void *_arg);
|
H A D | snmpclient.c | 664 if (snmp_pdu_send(&work->pdu, table_cb, work) == -1) { in table_cb() 702 if (snmp_pdu_send(&work->pdu, table_cb, work) == -1) { in table_cb() 737 if (snmp_pdu_send(&work->pdu, table_cb, work) == -1) { in snmp_table_fetch_async() 1305 snmp_pdu_send(struct snmp_pdu *pdu, snmp_send_cb_f func, void *arg) in snmp_pdu_send() function
|
/freebsd/lib/libbsnmp/libbsnmp/ |
H A D | Makefile | 108 MLINKS+= bsnmpclient.3 snmp_pdu_send.3
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 576 OLD_FILES+=usr/share/man/man3/snmp_pdu_send.3.gz
|