Home
last modified time | relevance | path

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

/lib/liblwip/
DUPGRADING20 shutdown before): Now the application does *NOT* get any calls to the recv
127 * Implemented shutdown() at socket- and netconn-level
DCHANGELOG140 * tcp.c, tcp_in.c: fixed bug #35305: pcb may be freed too early on shutdown(WR)
143 * tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb
189 * api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
680 * api_msg.c: fixed bug #30300 (shutdown parameter was not initialized in
692 implemented shutdown at socket level.
786 close() vs. shutdown(). Now the application does not get any more
/lib/liblwip/src/include/lwip/
Dsockets.h348 #define shutdown(a,b) lwip_shutdown(a,b) macro