Home
last modified time | relevance | path

Searched refs:FIONBIO (Results 1 – 5 of 5) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dsockets.h411 #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 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/contrib/apps/socket_examples/
A Dsocket_examples.c167 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 Dtest_sockets.c725 ret = lwip_ioctl(sact, FIONBIO, &arg); in START_TEST()
/lib/lwip/lwip/src/api/
A Dsockets.c3855 case (long)FIONBIO: in lwip_ioctl()

Completed in 27 milliseconds