Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 – 13 of 13) 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.h132 TEST_DECLARE (tcp_close)
695 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()
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().
/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/
DReleaseNotes30317 …* [#4022](https://github.com/apache/incubator-nuttx/pull/#4022) tcp_close: Fix a race with passive…