HomeSort by: relevance | last modified time | path
    Searched defs:fdstate (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 401 int *fdstate; member in struct:isc__socketthread
888 INSIST(thread->fdstate[fd] == CLOSE_PENDING);
889 thread->fdstate[fd] = CLOSED;
898 if (thread->fdstate[fd] == CLOSE_PENDING) {
912 if (thread->fdstate[fd] != MANAGED) {
1807 thread->fdstate[fd] = CLOSED;
1809 thread->fdstate[fd] = CLOSE_PENDING;
1851 if (thread->fdstate[i] == MANAGED) {
2541 thread->fdstate[sock->fd] = MANAGED;
2618 thread->fdstate[sock->fd] = MANAGED
    [all...]

Completed in 17 milliseconds