Home
last modified time | relevance | path

Searched refs:snmp_select_info2 (Results 1 – 12 of 12) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/m4/
H A Dpdns_with_net_snmp.m414 AC_CHECK_DECLS([snmp_select_info2], [
15 AC_DEFINE([HAVE_SNMP_SELECT_INFO2], [1], [define to 1 if snmp_select_info2 is available.])
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dsnmp-agent.cc17 # define snmp_select_info2 snmp_select_info macro
132 snmp_select_info2(&maxfd, &fdset, &timeout, &block); in worker()
H A Dconfig.h.in44 /* Define to 1 if you have the declaration of `snmp_select_info2', and to 0 if
205 /* define to 1 if snmp_select_info2 is available. */
/dports/net-mgmt/lldpd/lldpd-1.0.8/m4/
H A Dsnmp.m456 dnl Can we use snmp_select_info2?
57 AC_CHECK_FUNCS([snmp_select_info2])
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/
H A Dsession_api.h167 int snmp_select_info2(int *, netsnmp_large_fd_set *,
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/daemon/
H A Devent.c69 # define snmp_select_info2 snmp_select_info macro
184 snmp_select_info2(&maxfd, &fdset, &timeout, &block); in levent_snmp_update()
/dports/net-mgmt/lldpd/lldpd-1.0.8/
H A Dconfig.h.in138 /* Define to 1 if you have the `snmp_select_info2' function. */
H A DChangeLog752 - [59c32cf0a464] snmp: make use of newer snmp_select_info2() function (Vincent Bernat)
H A Dconfigure20619 for ac_func in snmp_select_info2
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/
H A Dsnmpd.c1230 snmp_select_info2(&numfds, &readfds, tvp, &block); in receive()
H A Dsnmp_agent.c787 snmp_select_info2(&numfds, &readfds, tvp, &fakeblock); in agent_check_and_process()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c6470 snmp_select_info2(int *numfds, netsnmp_large_fd_set *fdset, in snmp_select_info2() function