Home
last modified time | relevance | path

Searched refs:lwip_fcntl (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dsockets.h343 int lwip_fcntl(int s, int cmd, int val);
368 #define fcntl(a,b,c) lwip_fcntl(a,b,c)
/lib/liblwip/src/api/
Dsockets.c2347 lwip_fcntl(int s, int cmd, int val) function