Home
last modified time | relevance | path

Searched refs:tcp_shutdown (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtcp.c267 static int tcp_shutdown(URLContext *h, int flags) in tcp_shutdown() function
325 .url_shutdown = tcp_shutdown,
/third_party/lwip/src/include/lwip/
Daltcp.h184 #define altcp_shutdown tcp_shutdown
Dtcp.h480 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/third_party/lwip/src/core/
Daltcp_tcp.c350 return tcp_shutdown(pcb, shut_rx, shut_tx); in altcp_tcp_shutdown()
Dtcp.c673 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
/third_party/lwip/
D0075-adapt-read-write-for-rtc-mode.patch420 @@ -567,6 +567,10 @@ err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
DUPGRADING260 * Implemented tcp_shutdown() to only shut down one end of a connection
DCHANGELOG1986 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/third_party/lwip/src/api/
Dapi_msg.c1058 err = tcp_shutdown(tpcb, shut_rx, shut_tx);
2024 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);