Home
last modified time | relevance | path

Searched refs:want_write (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
757 thread->fdpollinfo[fd].want_write = 1; in watch_fd()
834 if (msg == SELECT_POKE_READ && thread->fdpollinfo[fd].want_write == 1) { in unwatch_fd()
851 thread->fdpollinfo[fd].want_write = 0; in unwatch_fd()
2547 thread->fdpollinfo[sock->fd].want_write == 0); in socket_create()
2624 thread->fdpollinfo[sock->fd].want_write == 0); in isc_socket_open()
5689 thread->fdpollinfo[sock->fd].want_write == 0); in isc_socket_fdwatchcreate()