Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dsockets.h576 #define lwip_ioctl ioctlsocket
591 #define ioctlsocket ioctl macro
675 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
/lib/mbedtls/external/mbedtls/library/
A Dnet_sockets.c432 return ioctlsocket(ctx->fd, FIONBIO, &n); in mbedtls_net_set_block()
443 return ioctlsocket(ctx->fd, FIONBIO, &n); in mbedtls_net_set_nonblock()
/lib/lwip/lwip/
A DCHANGELOG2940 the problem for FIONREAD with lwip_ioctl/ioctlsocket).

Completed in 13 milliseconds