Home | History | Annotate | Download | only in pppd

Lines Matching full:pollfds

228 static struct pollfd pollfds[MAX_POLLFDS];
1371 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)
1384 if (pollfds[n].fd == fd)
1387 pollfds[n_pollfds].fd = fd;
1388 pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
1403 if (pollfds[n].fd == fd) {
1405 pollfds[n-1] = pollfds[n];