Searched refs:ioctlsocket (Results 1 – 3 of 3) sorted by relevance
576 #define lwip_ioctl ioctlsocket591 #define ioctlsocket ioctl macro675 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
432 return ioctlsocket(ctx->fd, FIONBIO, &n); in mbedtls_net_set_block()443 return ioctlsocket(ctx->fd, FIONBIO, &n); in mbedtls_net_set_nonblock()
2940 the problem for FIONREAD with lwip_ioctl/ioctlsocket).
Completed in 13 milliseconds