Searched refs:socket_setblockmode (Results 1 – 4 of 4) sorted by relevance
108 socket_setblockmode(int fd, int nonblocking) in socket_setblockmode() function
111 socket_setblockmode(fd, 1); in control_init()
395 int socket_setblockmode(int, int);
96 if (socket_setblockmode(c->fd, 1)) { in conn_new()