Searched refs:ioctlsocket (Results 1 – 4 of 4) sorted by relevance
/openssl-master/include/internal/ |
A D | sockets.h | 141 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 146 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) macro 159 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 162 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
/openssl-master/crypto/bio/ |
A D | bio_sock.c | 178 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 204 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
|
/openssl-master/ |
A D | e_os.h | 346 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
A D | CHANGES.md | 9717 - fixed wrong usage of ioctlsocket() when build for LIBC BSD sockets
|
Completed in 24 milliseconds