Searched refs:ioctlsocket (Results 1 – 4 of 4) sorted by relevance
/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 | 278 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
/openssl/crypto/bio/ |
H A D | bio_sock.c | 217 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 243 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
|
/openssl/ |
H A D | CHANGES.md | 11798 - fixed wrong usage of ioctlsocket() when build for LIBC BSD sockets
|
Completed in 41 milliseconds