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

/external/libpcap/
H A Dpcap-linux.c4067 struct pollfd pollinfo; local
4070 pollinfo.fd = handle->fd;
4071 pollinfo.events = POLLIN;
4102 ret = poll(&pollinfo, 1, timeout);
4109 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
4115 if (pollinfo.revents & (POLLHUP | POLLRDHUP)) {
4121 if (pollinfo.revents & POLLERR) {
4153 if (pollinfo.revents & POLLNVAL) {

Completed in 114 milliseconds