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

/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dselpolltest.c267 int polltimeout; local
272 polltimeout = 1;
275 polltimeout = required_timeout->tv_usec/1000;
277 polltimeout = -1;
278 status = poll(&fd, (selectable_fd == -1) ? 0 : 1, polltimeout);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c842 int polltimeout; local
960 polltimeout = 1000*timeout.tv_sec +
964 n = _poll(&pollfd, 1, polltimeout);

Completed in 71 milliseconds