Searched refs:tcp_close (Results 1 – 6 of 6) sorted by relevance
19 * Changed the semantics of tcp_close() (since it was rather a21 callback (aside from NULL/closed) after calling tcp_close()
787 recv callbacks after calling tcp_close(). Added tcp_shutdown().1452 tcp_close returns != ERR_OK)2274 tcp_output fails in tcp_close, the code in do_close_internal gets simpler3313 - Fixed a bug in tcp_close().
351 err_t tcp_close (struct tcp_pcb *pcb);
285 tcp_close(struct tcp_pcb *pcb) in tcp_close() function1204 return tcp_close(pcb); in tcp_recv_null()
786 err = tcp_close(conn->pcb.tcp);1099 tcp_close(lpcb);
273 - err_t tcp_close(struct tcp_pcb *pcb)281 The pcb is deallocated by the TCP code after a call to tcp_close().