Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c188 typedef enum { poll_idle, poll_active, poll_checking } pollstate_t; enumerator
3866 pollstate = poll_checking; in watcher()
3867 else if (pollstate == poll_checking) in watcher()
3870 if (pollstate == poll_checking) { in watcher()