| /src/crypto/openssl/include/internal/ |
| H A D | sockets.h | 184 #define ioctlsocket(a, b, c) ioctl(a, b, c) macro 189 #define ioctlsocket(a, b, c) ioctl((a), (b), (int)(c)) macro 196 #define ioctlsocket(a, b, c) ioctl(a, b, c) macro 199 #define ioctlsocket(a, b, c) ioctl(a, b, c) macro
|
| H A D | e_os.h | 267 #define ioctlsocket(a, b, c) ioctl(a, b, c) macro
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bio_sock.c | 219 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 245 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
|
| /src/contrib/ntp/libntp/ |
| H A D | socket.c | 21 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val))
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | socket.c | 310 rv = ioctlsocket(s, cmd, &ul); in rk_SOCK_IOCTL()
|
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | timesync.c | 241 if (ioctlsocket(s, FIONBIO, &argp) != 0) in ProcessTimeSync()
|
| /src/crypto/krb5/src/include/ |
| H A D | port-sockets.h | 202 #define ioctlsocket ioctl macro
|
| /src/contrib/ldns/ |
| H A D | net.c | 125 if(ioctlsocket(sockfd, FIONBIO, &on) != 0) { in ldns_sock_nonblock() 145 if(ioctlsocket(sockfd, FIONBIO, &off) != 0) { in ldns_sock_block()
|
| H A D | acx_nlnetlabs.m4 | 83 # ACX_FUNC_IOCTLSOCKET - find ioctlsocket, portably. 1087 dnl Check for ioctlsocket function. works on mingw32 too. 1090 # check ioctlsocket 1091 AC_MSG_CHECKING(for ioctlsocket) 1097 (void)ioctlsocket(0, 0, NULL); 1100 AC_DEFINE(HAVE_IOCTLSOCKET, 1, [if the function 'ioctlsocket' is available])
|
| /src/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 92 # ACX_FUNC_IOCTLSOCKET - find ioctlsocket, portably. 1172 dnl Check for ioctlsocket function. works on mingw32 too. 1175 # check ioctlsocket 1176 AC_MSG_CHECKING(for ioctlsocket) 1182 (void)ioctlsocket(0, 0, NULL); 1185 AC_DEFINE(HAVE_IOCTLSOCKET, 1, [if the function 'ioctlsocket' is available])
|
| H A D | config.h.in | 364 /* if the function 'ioctlsocket' is available */
|
| /src/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.c | 1215 if (ioctlsocket(sockctrl, FIONBIO, &off) == SOCKET_ERROR) in accept_connection()
|
| /src/contrib/unbound/util/ |
| H A D | net_help.c | 154 if(ioctlsocket(s, FIONBIO, &on) != 0) { in fd_set_nonblock() 178 if(ioctlsocket(s, FIONBIO, &off) != 0) { in fd_set_block()
|
| /src/contrib/bearssl/tools/ |
| H A D | client.c | 134 ioctlsocket(fd, FIONBIO, &arg); in host_connect()
|
| H A D | server.c | 217 ioctlsocket(fd, FIONBIO, &arg); in accept_client()
|
| /src/contrib/ldns/ldns/ |
| H A D | config.h.in | 164 /* if the function 'ioctlsocket' is available */
|
| /src/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 1832 if (ioctlsocket(fd[nbsock], FIONBIO, (u_long *) &on) == SOCKET_ERROR) { in init_io()
|
| /src/crypto/krb5/src/lib/apputils/ |
| H A D | net-server.c | 677 return ioctlsocket(sock, FIONBIO, (const void *)&one); in setnbio()
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | sendto_kdc.c | 900 ioctlsocket(fd, FIONBIO, (const void *) &one); in start_connection()
|
| /src/crypto/krb5/src/util/verto/ |
| H A D | ev.c | 2091 …assert (("libev: only socket fds supported in this configuration", ioctlsocket (handle, FIONREAD, … in fd_reify() 2218 ioctlsocket (EV_FD_TO_WIN32_HANDLE (fd), FIONBIO, &arg); in fd_intern()
|
| /src/contrib/libevent/ |
| H A D | evutil.c | 323 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()
|
| H A D | buffer.c | 2267 if (ioctlsocket(fd, FIONREAD, &lng) < 0) in get_n_bytes_readable_on_socket()
|
| H A D | ChangeLog-2.0 | 457 o Check return value for ioctlsocket on win32 (f5ad31c Trond Norbye)
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 323 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()
|
| H A D | buffer.c | 2267 if (ioctlsocket(fd, FIONREAD, &lng) < 0) in get_n_bytes_readable_on_socket()
|