Searched refs:tcp_close_shutdown (Results 1 – 1 of 1) sorted by relevance
170 tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data) in tcp_close_shutdown() function297 return tcp_close_shutdown(pcb, 1); in tcp_close()323 return tcp_close_shutdown(pcb, 1); in tcp_shutdown()338 return tcp_close_shutdown(pcb, shut_rx); in tcp_shutdown()
Completed in 5 milliseconds