Searched refs:tcp_shutdown (Results 1 – 3 of 3) sorted by relevance
352 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
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);
Completed in 9 milliseconds