Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtcp.c283 static int tcp_close(URLContext *h) in tcp_close() function
322 .url_close = tcp_close,
/third_party/lwip/src/apps/lwiperf/
H A 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/libuv/test/
H A Dtest-tcp-close.c101 TEST_IMPL(tcp_close) { in TEST_IMPL()
/third_party/lwip/src/core/
H A Daltcp_tcp.c206 tcp_close(tpcb); in altcp_tcp_new_ip_type()
327 err = tcp_close(pcb); in altcp_tcp_close()
335 conn->state = NULL; /* unsafe to reference pcb after tcp_close(). */ in altcp_tcp_close()
H A Dtcp.c62 * - tcp_close()
491 * For tcp_close(), a RST is sent if the application didn't receive all data
517 that might not be expected when calling tcp_close */ in tcp_close_shutdown()
541 * Calling tcp_close() with a pcb that has already been closed, (i.e. twice) in tcp_close_shutdown()
601 /* To ensure all data has been sent when tcp_close returns, we have in tcp_close_shutdown_fin()
603 Since we don't really have to ensure all data has been sent when tcp_close in tcp_close_shutdown_fin()
642 tcp_close(struct tcp_pcb *pcb) in tcp_close() function
646 LWIP_ERROR("tcp_close: invalid pcb", pcb != NULL, return ERR_ARG); in tcp_close()
647 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in ")); in tcp_close()
663 * Shutting down both sides is the same as calling tcp_close, s
[all...]
/third_party/lwip/src/include/lwip/
H A Daltcp.h183 #define altcp_close tcp_close
H A Dtcp.h255 #define TF_CLOSEPEND 0x08U /* If this is set, tcp_close failed to enqueue the FIN (retried in tcp_tmr) */
479 err_t tcp_close (struct tcp_pcb *pcb);
/third_party/lwip/src/api/
H A Dapi_msg.c1011 /* some callbacks have to be reset if tcp_close is not successful */
1027 /* check linger possibilites before calling tcp_close */
1055 err = tcp_close(tpcb);
1561 tcp_close(lpcb);
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c154 tcp_close(pcbl); in START_TEST()
270 err_t err2 = tcp_close(pcb); in test_tcp_recv_expectclose()

Completed in 11 milliseconds