Searched refs:tcp_shutdown (Results 1 – 7 of 7) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | altcp.h | 184 #define altcp_shutdown tcp_shutdown
|
H A D | tcp.h | 471 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | altcp_tcp.c | 347 return tcp_shutdown(pcb, shut_rx, shut_tx); in altcp_tcp_shutdown()
|
H A D | tcp.c | 515 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | api_msg.c | 1012 err = tcp_shutdown(tpcb, shut_rx, shut_tx); 1968 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 260 * Implemented tcp_shutdown() to only shut down one end of a connection
|
H A D | CHANGELOG | 1976 recv callbacks after calling tcp_close(). Added tcp_shutdown().
|