Searched defs:ioctlsocket (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal.h | 61 int (*ioctlsocket)(int s, long cmd, void *arg); member
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/socket/ |
H A D | net_sockets.c | 265 int ioctlsocket(int s, long cmd, void *arg) in ioctlsocket() function
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | sockets.h | 574 #define ioctlsocket ioctl macro 658 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | sockets.h | 362 #define ioctlsocket(a,b,c) lwip_ioctl(a,b,c) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | sockets.h | 546 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
|