Home
last modified time | relevance | path

Searched defs:ioctlsocket (Results 1 – 5 of 5) sorted by relevance

/components/net/sal/include/
A Dsal_low_lvl.h86 int (*ioctlsocket)(int s, long cmd, void *arg); member
/components/net/sal/socket/
A Dnet_sockets.c833 int ioctlsocket(int s, long cmd, void *arg) in ioctlsocket() function
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h589 #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 Dsockets.h364 #define ioctlsocket(a,b,c) lwip_ioctl(a,b,c) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h548 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro

Completed in 10 milliseconds