Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtcp.c280 static int tcp_close(URLContext *h) in tcp_close() function
319 .url_close = tcp_close,
/third_party/libuv/test/
Dtest-tcp-close.c101 TEST_IMPL(tcp_close) { in TEST_IMPL() argument
Dtest-list.h133 TEST_DECLARE (tcp_close)
701 TEST_ENTRY (tcp_close)
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c261 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()
/third_party/lwip/src/core/
Daltcp_tcp.c206 tcp_close(tpcb); in altcp_tcp_new_ip_type()
327 err = tcp_close(pcb); in altcp_tcp_close()
Dtcp.c642 tcp_close(struct tcp_pcb *pcb) in tcp_close() function
1872 return tcp_close(pcb);
/third_party/lwip/src/include/lwip/
Daltcp.h183 #define altcp_close tcp_close
Dtcp.h479 err_t tcp_close (struct tcp_pcb *pcb);
/third_party/lwip/
DUPGRADING153 * Changed the semantics of tcp_close() (since it was rather a
155 callback (aside from NULL/closed) after calling tcp_close()
D0085-add-lwip-log-tcp_rst-tcp_abandon-tcp_abort.patch19 that might not be expected when calling tcp_close */
DCHANGELOG286 * 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 retrying
871 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 simpler
4512 - Fixed a bug in tcp_close().
D0002-adapt-lstack.patch2416 @@ -494,6 +526,7 @@ tcp_close(struct tcp_pcb *pcb)
/third_party/lwip/src/api/
Dapi_msg.c1055 err = tcp_close(tpcb);
1561 tcp_close(lpcb);
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c154 tcp_close(pcbl); in START_TEST()
270 err_t err2 = tcp_close(pcb); in test_tcp_recv_expectclose()
/third_party/NuttX/
DReleaseNotes30305 * [#4022](https://github.com/apache/nuttx/pull/4022) tcp_close: Fix a race with passive close
33266 …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_close
34797 * [#9414](https://github.com/apache/nuttx/pull/9414) net/tcp: Add flag for tcp_close to avoid doubl…