Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Daltcp.h179 #define altcp_shutdown tcp_shutdown
H A Dtcp.h471 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h352 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h404 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Daltcp_tcp.c345 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
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DUPGRADING126 * Implemented tcp_shutdown() to only shut down one end of a connection
H A DCHANGELOG787 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING217 * Implemented tcp_shutdown() to only shut down one end of a connection
H A DCHANGELOG1714 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dapi_msg.c908 err = tcp_shutdown(tpcb, shut_rx, shut_tx);
1801 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_msg.c1009 err = tcp_shutdown(tpcb, shut_rx, shut_tx);
1965 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DUPGRADING260 * Implemented tcp_shutdown() to only shut down one end of a connection
H A DCHANGELOG1931 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtcp.c313 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_msg.c788 err = tcp_shutdown(conn->pcb.tcp, shut_rx, shut_tx);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp.c421 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function