Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c107 unsigned int want_read : 1, want_write : 1; member
755 thread->fdpollinfo[fd].want_read = 1; in watch_fd()
839 if (msg == SELECT_POKE_WRITE && thread->fdpollinfo[fd].want_read == 1) { in unwatch_fd()
849 thread->fdpollinfo[fd].want_read = 0; in unwatch_fd()
2546 INSIST(thread->fdpollinfo[sock->fd].want_read == 0 && in socket_create()
2623 INSIST(thread->fdpollinfo[sock->fd].want_read == 0 && in isc_socket_open()
5688 INSIST(thread->fdpollinfo[sock->fd].want_read == 0 && in isc_socket_fdwatchcreate()