Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c401 int *fdstate; member
888 INSIST(thread->fdstate[fd] == CLOSE_PENDING); in wakeup_socket()
889 thread->fdstate[fd] = CLOSED; in wakeup_socket()
898 if (thread->fdstate[fd] == CLOSE_PENDING) { in wakeup_socket()
912 if (thread->fdstate[fd] != MANAGED) { in wakeup_socket()
1807 thread->fdstate[fd] = CLOSED; in socketclose()
1809 thread->fdstate[fd] = CLOSE_PENDING; in socketclose()
1851 if (thread->fdstate[i] == MANAGED) { in socketclose()
2541 thread->fdstate[sock->fd] = MANAGED; in socket_create()
2618 thread->fdstate[sock->fd] = MANAGED; in isc_socket_open()
[all …]