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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c3715 struct pollfd pollinfo; local
3718 pollinfo.fd = handle->fd;
3719 pollinfo.events = POLLIN;
3728 ret = poll(&pollinfo, 1, timeout);
3735 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
3741 if (pollinfo.revents & (POLLHUP | POLLRDHUP)) {
3747 if (pollinfo.revents & POLLERR) {
3779 if (pollinfo.revents & POLLNVAL) {

Completed in 107 milliseconds