Searched defs:poll_ifs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c51 struct pollfd *poll_ifs = NULL; variable in typeref:struct:pollfd
245 if ((n = poll(poll_ifs, poll_ifs_num, timeout)) < 0) {
277 if (poll_ifs[i].revents & POLLERR) {
282 if (poll_ifs[i].revents & POLLIN) {
285 if (poll_ifs[i].fd == ifp->int_sock)

Completed in 57 milliseconds