Home | History | Annotate | Download | only in netperf

Lines Matching refs:sock

2107 set_nonblock (SOCKET sock)
2111 return (ioctlsocket(sock, FIONBIO, &flags) != SOCKET_ERROR);
2113 return (fcntl(sock, F_SETFL, O_NONBLOCK) != -1);
2842 /* it is simplest here to just close the control sock. since