Home
last modified time | relevance | path

Searched refs:selectable_fd (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/libpcap/testprogs/
H A Dselpolltest.c77 int selectable_fd; in main() local
166 if (selectable_fd == -1) { in main()
201 if (selectable_fd != -1) { in main()
202 FD_SET(selectable_fd, &setread); in main()
204 FD_SET(selectable_fd, &setexcept); in main()
220 status = select((selectable_fd == -1) ? in main()
221 0 : selectable_fd + 1, &setread, in main()
228 if (selectable_fd == -1) { in main()
236 if (FD_ISSET(selectable_fd, &setread)) in main()
269 fd.fd = selectable_fd; in main()
[all …]
/freebsd-13.1/contrib/libpcap/
H A Dpcap-septel.c208 handle->selectable_fd = -1; in septel_activate()
H A Dpcap-bt-monitor-linux.c241 handle->selectable_fd = handle->fd; in bt_monitor_activate()
H A Dpcap-int.h229 int selectable_fd; /* FD on which select()/poll()/epoll_wait()/kevent()/etc. can be done */ member
H A Dpcap-netmap.c267 p->selectable_fd = p->fd; in pcap_netmap_activate()
H A Dpcap-dbus.c261 handle->selectable_fd = handle->fd = -1; in dbus_activate()
H A Dpcap-nit.c332 p->selectable_fd = p->fd; in pcap_activate_nit()
H A Dpcap-bt-linux.c302 handle->selectable_fd = handle->fd; in bt_activate()
H A Dsavefile.c441 p->selectable_fd = fileno(fp); in pcap_fopen_offline_with_tstamp_precision()
H A Dpcap-snit.c421 p->selectable_fd = p->fd; in pcap_activate_snit()
H A Dpcap-libdlpi.c238 p->selectable_fd = p->fd; in pcap_activate_libdlpi()
H A Dpcap-snoop.c402 p->selectable_fd = p->fd; in pcap_activate_snoop()
H A Dpcap-usb-linux.c706 handle->selectable_fd = handle->fd; in usb_activate()
800 handle->selectable_fd = handle->fd; in usb_activate()
H A Dpcap-snf.c325 p->selectable_fd = -1; in snf_activate()
H A Dpcap-pf.c521 p->selectable_fd = p->fd; in pcap_activate_pf()
H A Dpcap-rdmasniff.c316 handle->selectable_fd = priv->channel->fd; in rdmasniff_activate()
H A Dpcap-netfilter-linux.c681 handle->selectable_fd = handle->fd; in netfilter_activate()
H A Dpcap.c2269 p->selectable_fd = -1;
3265 return (p->selectable_fd);
3746 p->selectable_fd = -1;
H A Dpcap-bpf.c2542 p->selectable_fd = p->fd; /* assume select() works until we know otherwise */
2550 p->selectable_fd = -1;
H A Dpcap-dlpi.c845 p->selectable_fd = p->fd;
H A Dpcap-dag.c978 p->selectable_fd = -1; in dag_activate()
H A Dpcap-tc.c686 p->selectable_fd = -1; in TcActivate()
H A Dpcap-sita.c1041 handle->selectable_fd = handle->fd; in pcap_activate_sita()
H A Dpcap-linux.c1699 handle->selectable_fd = handle->fd;
4119 handle->selectable_fd = handle->fd;