Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dsockets.h536 #define lwip_shutdown shutdown macro
578 int lwip_shutdown(int s, int how);
637 #define shutdown(s,how) lwip_shutdown(s,how)
/third_party/lwip/test/unit/api/
Dtest_sockets.c159 ret = lwip_shutdown(s3, SHUT_WR); in test_sockets_allfunctions_basic_domain()
/third_party/lwip/src/api/
Dsockets.c2729 lwip_shutdown(int s, int how) in lwip_shutdown() function