Home
last modified time | relevance | path

Searched refs:poll_active (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
3586 if (pollstate == poll_active) { in netthread()
3607 pollstate = poll_active; in netthread()