Home
last modified time | relevance | path

Searched defs:fcntl (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dsockets.h678 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c3900 fcntl(int s, int cmd, ...) in fcntl() function