Home
last modified time | relevance | path

Searched refs:lwip_ioctl (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h340 int lwip_ioctl(int s, long cmd, void *argp);
360 #define ioctlsocket(a,b,c) lwip_ioctl(a,b,c)
/external/syslinux/core/lwip/src/api/
Dsockets.c2254 lwip_ioctl(int s, long cmd, void *argp) function
/external/syslinux/core/lwip/
DCHANGELOG1355 the problem for FIONREAD with lwip_ioctl/ioctlsocket).