Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h184 #define altcp_shutdown tcp_shutdown
H A Dtcp.h471 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c347 return tcp_shutdown(pcb, shut_rx, shut_tx); in altcp_tcp_shutdown()
H A Dtcp.c515 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 Dapi_msg.c1012 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 DUPGRADING260 * Implemented tcp_shutdown() to only shut down one end of a connection
H A DCHANGELOG1976 recv callbacks after calling tcp_close(). Added tcp_shutdown().