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

/freebsd-9.3-release/contrib/libpcap/
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 167 milliseconds