Searched refs:FIONBIO (Results 1 – 5 of 5) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | sockets.h | 411 #if !defined(FIONREAD) || !defined(FIONBIO) 429 #ifndef FIONBIO 430 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | net_sockets.c | 432 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/contrib/apps/socket_examples/ |
| A D | socket_examples.c | 167 ret = lwip_ioctl(s, FIONBIO, &opt); in sockex_nonblocking_connect() 259 ret = lwip_ioctl(s, FIONBIO, &opt); in sockex_nonblocking_connect()
|
| /lib/lwip/lwip/test/unit/api/ |
| A D | test_sockets.c | 725 ret = lwip_ioctl(sact, FIONBIO, &arg); in START_TEST()
|
| /lib/lwip/lwip/src/api/ |
| A D | sockets.c | 3855 case (long)FIONBIO: in lwip_ioctl()
|
Completed in 27 milliseconds