Searched defs:ioctlsocket (Results 1 – 5 of 5) sorted by relevance
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 86 int (*ioctlsocket)(int s, long cmd, void *arg); member
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 833 int ioctlsocket(int s, long cmd, void *arg) in ioctlsocket() function
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sockets.h | 589 #define ioctlsocket ioctl macro 673 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sockets.h | 364 #define ioctlsocket(a,b,c) lwip_ioctl(a,b,c) macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 548 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
|
Completed in 10 milliseconds