/freebsd/crypto/openssl/include/internal/ |
H A D | sockets.h | 143 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 148 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) macro 161 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 164 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 180 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl() 210 "calling ioctlsocket()"); in BIO_socket_ioctl()
|
/freebsd/contrib/ntp/libntp/ |
H A D | socket.c | 18 * map to ioctlsocket for this source file. 21 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val))
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 342 # define ioctlsocket(a,b,c) ioctl(a,b,c) 383 # define ioctlsocket(a,b,c) ioctl(a,b,c) 344 # define ioctlsocket( global() macro
|
H A D | CHANGES.md | 10650 - fixed wrong usage of ioctlsocket() when build for LIBC BSD sockets
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket.c | 310 rv = ioctlsocket(s, cmd, &ul); in rk_SOCK_IOCTL()
|
/freebsd/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])
|
H A D | configure | 19251 (void)ioctlsocket(0, 0, NULL);
|
/freebsd/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 | 360 /* if the function 'ioctlsocket' is available */
|
H A D | configure | 22988 (void)ioctlsocket(0, 0, NULL);
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.c | 1213 if (ioctlsocket(sockctrl, FIONBIO, &off) == SOCKET_ERROR) in accept_connection()
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 152 if(ioctlsocket(s, FIONBIO, &on) != 0) { in fd_set_nonblock() 176 if(ioctlsocket(s, FIONBIO, &off) != 0) { in fd_set_block()
|
/freebsd/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()
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 1832 if (ioctlsocket(fd[nbsock], FIONBIO, (u_long *) &on) == SOCKET_ERROR) { in init_io()
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 164 /* if the function 'ioctlsocket' is available */
|
/freebsd/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()
|
H A D | ChangeLog-2.0 | 457 o Check return value for ioctlsocket on win32 (f5ad31c Trond Norbye)
|
/freebsd/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)
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 10365 - ioctlsocket prints nicer error message. 10451 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
|