Searched refs:tcp_close_shutdown (Results 1 – 1 of 1) sorted by relevance
262 tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data) in tcp_close_shutdown() function392 return tcp_close_shutdown(pcb, 1); in tcp_close()419 return tcp_close_shutdown(pcb, 1); in tcp_shutdown()434 return tcp_close_shutdown(pcb, (u8_t)shut_rx); in tcp_shutdown()
Completed in 9 milliseconds