Searched refs:tcp_shutdown (Results 1 – 5 of 5) sorted by relevance
352 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
126 * Implemented tcp_shutdown() to only shut down one end of a connection
787 recv callbacks after calling tcp_close(). Added tcp_shutdown().
313 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
788 err = tcp_shutdown(conn->pcb.tcp, shut_rx, shut_tx);