Searched refs:make_nonblock (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dentropy.c450 make_nonblock(int fd) { function
523 ret = make_nonblock(fd);
H A Dnet.c465 make_nonblock(int fd) { function
602 result = make_nonblock(s);
H A Dsocket.c1224 make_nonblock(int fd) { function
2741 result = make_nonblock(sock->fd);
3698 result = make_nonblock(fd);
4754 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[0]) == ISC_R_SUCCESS);
4756 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[1]) == ISC_R_SUCCESS);
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c895 make_nonblock(SOCKET fd) { function
1737 result = make_nonblock(sock->fd);
2092 result = make_nonblock(adev->newsocket->fd);

Completed in 270 milliseconds