Searched refs:FIONBIO (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | sockets.h | 409 #if !defined(FIONREAD) || !defined(FIONBIO) 439 #ifndef FIONBIO 440 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | sockets.h | 355 #if !defined(FIONREAD) || !defined(FIONBIO) 373 #ifndef FIONBIO 374 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | net_sockets.c | 435 return( ioctlsocket( ctx->fd, FIONBIO, &n ) ); in mbedtls_net_set_block() 446 return( ioctlsocket( ctx->fd, FIONBIO, &n ) ); in mbedtls_net_set_nonblock()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 2846 lwip_ioctl(s, FIONBIO, &val); in lwip_setsockopt_impl() 2852 lwip_ioctl(s, FIONBIO, &val); in lwip_setsockopt_impl() 2868 lwip_ioctl(s, FIONBIO, &val); in lwip_setsockopt_impl() 2874 lwip_ioctl(s, FIONBIO, &val); in lwip_setsockopt_impl() 3237 case (long)FIONBIO: in lwip_ioctl()
|
Completed in 20 milliseconds