Searched refs:tcp_close (Results 1 – 13 of 13) sorted by relevance
280 static int tcp_close(URLContext *h) in tcp_close() function319 .url_close = tcp_close,
101 TEST_IMPL(tcp_close) { in TEST_IMPL() argument
132 TEST_DECLARE (tcp_close)695 TEST_ENTRY (tcp_close)
261 err = tcp_close(conn->conn_pcb); in lwiperf_tcp_close()268 err = tcp_close(conn->server_pcb); in lwiperf_tcp_close()722 tcp_close(pcb); in lwiperf_start_tcp_server_impl()
206 tcp_close(tpcb); in altcp_tcp_new_ip_type()327 err = tcp_close(pcb); in altcp_tcp_close()
642 tcp_close(struct tcp_pcb *pcb) in tcp_close() function1872 return tcp_close(pcb);
183 #define altcp_close tcp_close
479 err_t tcp_close (struct tcp_pcb *pcb);
153 * Changed the semantics of tcp_close() (since it was rather a155 callback (aside from NULL/closed) after calling tcp_close()
286 * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)313 * tcp: Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying871 after tcp_close())1986 recv callbacks after calling tcp_close(). Added tcp_shutdown().2651 tcp_close returns != ERR_OK)3473 tcp_output fails in tcp_close, the code in do_close_internal gets simpler4512 - Fixed a bug in tcp_close().
1055 err = tcp_close(tpcb);1561 tcp_close(lpcb);
154 tcp_close(pcbl); in START_TEST()270 err_t err2 = tcp_close(pcb); in test_tcp_recv_expectclose()
30317 …* [#4022](https://github.com/apache/incubator-nuttx/pull/#4022) tcp_close: Fix a race with passive…