Searched refs:tcp_shutdown (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tcp.c | 267 static int tcp_shutdown(URLContext *h, int flags) in tcp_shutdown() function 325 .url_shutdown = tcp_shutdown,
|
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 184 #define altcp_shutdown tcp_shutdown
|
D | tcp.h | 480 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
|
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 350 return tcp_shutdown(pcb, shut_rx, shut_tx); in altcp_tcp_shutdown()
|
D | tcp.c | 673 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
|
/third_party/lwip/ |
D | 0075-adapt-read-write-for-rtc-mode.patch | 420 @@ -567,6 +567,10 @@ err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
|
D | UPGRADING | 260 * Implemented tcp_shutdown() to only shut down one end of a connection
|
D | CHANGELOG | 1986 recv callbacks after calling tcp_close(). Added tcp_shutdown().
|
/third_party/lwip/src/api/ |
D | api_msg.c | 1058 err = tcp_shutdown(tpcb, shut_rx, shut_tx); 2024 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
|