Searched refs:tcp_close (Results 1 – 7 of 7) sorted by relevance
265 static void tcp_close ( struct tcp_connection *tcp, int rc ) { in tcp_close() function542 tcp_close ( tcp, -ETIMEDOUT ); in tcp_expired()843 tcp_close ( tcp, 0 ); in tcp_rx_fin()873 tcp_close ( tcp, -ECONNRESET ); in tcp_rx_rst()1053 tcp_close ( tcp, rc ); in tcp_xfer_close()
19 * Changed the semantics of tcp_close() (since it was rather a21 callback (aside from NULL/closed) after calling tcp_close()
488 recv callbacks after calling tcp_close(). Added tcp_shutdown().1153 tcp_close returns != ERR_OK)1975 tcp_output fails in tcp_close, the code in do_close_internal gets simpler3014 - Fixed a bug in tcp_close().
349 err_t tcp_close (struct tcp_pcb *pcb);
252 tcp_close(struct tcp_pcb *pcb) in tcp_close() function1107 return tcp_close(pcb); in tcp_recv_null()
774 err = tcp_close(conn->pcb.tcp);1087 tcp_close(lpcb);
267 - err_t tcp_close(struct tcp_pcb *pcb)275 The pcb is deallocated by the TCP code after a call to tcp_close().