Searched refs:argp (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/api/ |
| D | sockets.c | 2281 lwip_ioctl(int s, long cmd, void *argp) argument 2297 if (!argp) { 2306 *((u16_t*)argp) = (u16_t)recv_avail; 2317 *((u16_t*)argp) += buflen; 2320 …WIP_DEBUGF(SOCKETS_DEBUG, ("lwip_ioctl(%d, FIONREAD, %p) = %"U16_F"\n", s, argp, *((u16_t*)argp))); 2327 if (argp && *(u32_t*)argp) { 2336 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_ioctl(%d, UNIMPL: 0x%lx, %p)\n", s, cmd, argp));
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 342 int lwip_ioctl(int s, long cmd, void *argp);
|