Searched refs:pollinfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c5003 struct pollfd pollinfo; local
5006 pollinfo.fd = handle->fd;
5007 pollinfo.events = POLLIN;
5018 ret = poll(&pollinfo, 1, handlep->poll_timeout);
5025 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
5031 if (pollinfo.revents & (POLLHUP | POLLRDHUP)) {
5037 if (pollinfo.revents & POLLERR) {
5066 if (pollinfo.revents & POLLNVAL) {

Completed in 91 milliseconds