Home
last modified time | relevance | path

Searched refs:poll_checking (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c183 typedef enum { poll_idle, poll_active, poll_checking } pollstate_t; enumerator
3587 pollstate = poll_checking; in netthread()
3588 } else if (pollstate == poll_checking) { in netthread()
3592 if (pollstate == poll_checking) { in netthread()