Home
last modified time | relevance | path

Searched refs:SOCKET_ERROR (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/libpcap/rpcapd/
HDrpcapd.c918 if (WSAEventSelect(sock_info->sock, event, FD_ACCEPT) == SOCKET_ERROR) in accept_connections()
977 events[i], &network_events) == SOCKET_ERROR) in accept_connections()
1205 if (WSAEventSelect(sockctrl, NULL, 0) == SOCKET_ERROR) in accept_connection()
1213 if (ioctlsocket(sockctrl, FIONBIO, &off) == SOCKET_ERROR) in accept_connection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDraw_socket_stream.cpp229 } while (PollStatus == SOCKET_ERROR && in getSocketFD()
242 if (PollStatus == SOCKET_ERROR) in getSocketFD()
/freebsd-13-stable/contrib/ntp/include/
HDntp_types.h285 # define SOCKET_ERROR (-1) macro
/freebsd-13-stable/contrib/ntp/ntpdate/
HDntpdate.c581 else if (nfound == SOCKET_ERROR) in ntpdatemain()
1741 if (fd[nbsock] == SOCKET_ERROR) { in init_io()
1832 if (ioctlsocket(fd[nbsock], FIONBIO, (u_long *) &on) == SOCKET_ERROR) { in init_io()
1877 if (SOCKET_ERROR == cc) { in sendpkt()
2281 sizeof(checkservice)) == SOCKET_ERROR) { in ntp_port_inuse()
/freebsd-13-stable/contrib/ntp/sntp/
HDnetworking.c28 if (cc == SOCKET_ERROR) { in sendpkt()
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/win32/
HDinterfaceiter.c245 &bytesReturned, 0, 0) == SOCKET_ERROR) in isc_interfaceiter_create()
326 &bytesReturned, 0, 0) == SOCKET_ERROR) in isc_interfaceiter_create()
/freebsd-13-stable/contrib/libpcap/
HDsockutils.c1562 if (nread == SOCKET_ERROR) in sock_recv_dgram()
/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_io.c4095 if (SOCKET_ERROR == setsockopt(s, SOL_SOCKET,
4105 if (SOCKET_ERROR == rtn) {
4113 if (SOCKET_ERROR == rtn)
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDroken.h.in77 #define rk_IS_SOCKET_ERROR(rv) ((rv) == SOCKET_ERROR)
/freebsd-13-stable/contrib/libevent/
HDevutil.c323 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDevutil.c323 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()