Home
last modified time | relevance | path

Searched refs:tcp_shutdown (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h352 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/lib/liblwip/
DUPGRADING126 * Implemented tcp_shutdown() to only shut down one end of a connection
DCHANGELOG787 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/lib/liblwip/src/core/
Dtcp.c313 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
/lib/liblwip/src/api/
Dapi_msg.c788 err = tcp_shutdown(conn->pcb.tcp, shut_rx, shut_tx);