Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dsockets.h323 int lwip_shutdown(int s, int how);
348 #define shutdown(a,b) lwip_shutdown(a,b)
/lib/liblwip/src/api/
Dsockets.c1367 lwip_shutdown(int s, int how) function