Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnet_help.h127 int fd_set_block(int s);
H A Dtube.c301 if(!fd_set_block(fd)) in tube_write_msg()
350 if(!fd_set_block(fd)) in tube_read_msg()
H A Dnet_help.c158 fd_set_block(int s) in fd_set_block() function
H A Dnetevent.c381 fd_set_block(c->fd);
570 fd_set_block(c->fd);
/freebsd-13.1/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c758 fd_set_block(data->fd); in reply_with_accept()
802 fd_set_block(fd); in reply_with_finish()
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c721 fd_set_block(fd); in contact_server()
/freebsd-13.1/contrib/unbound/daemon/
H A Dremote.c3231 fd_set_block(s->c->fd); in handle_req()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog3381 - Fix #1402: squelch invalid argument error for fd_set_block on windows.