Searched refs:tcp_close (Results 1 – 15 of 15) 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
133 TEST_DECLARE (tcp_close)701 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()
19 that might not be expected when 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().
2416 @@ -494,6 +526,7 @@ tcp_close(struct tcp_pcb *pcb)
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()
30305 * [#4022](https://github.com/apache/nuttx/pull/4022) tcp_close: Fix a race with passive close33266 …b.com/apache/incubator-nuttx/pull/6947) net: tcp: fix devif callback list corruption on tcp_close()34180 …4](https://github.com/apache/nuttx/pull/8334) net: tcp: free TCP rx buffer immediately in tcp_close34797 * [#9414](https://github.com/apache/nuttx/pull/9414) net/tcp: Add flag for tcp_close to avoid doubl…