Home
last modified time | relevance | path

Searched refs:ioctlsocket (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dsockets.h184 # 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 De_os.h278 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
/openssl/crypto/bio/
H A Dbio_sock.c217 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl()
243 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
/openssl/
H A DCHANGES.md11798 - fixed wrong usage of ioctlsocket() when build for LIBC BSD sockets

Completed in 41 milliseconds