Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Daltcp.h179 #define altcp_shutdown tcp_shutdown
A Dtcp.h471 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp.h352 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h404 err_t tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx);
/components/net/lwip/lwip-2.1.2/src/core/
A Daltcp_tcp.c345 return tcp_shutdown(pcb, shut_rx, shut_tx); in altcp_tcp_shutdown()
A Dtcp.c515 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
/components/net/lwip/lwip-1.4.1/
A DUPGRADING126 * Implemented tcp_shutdown() to only shut down one end of a connection
A DCHANGELOG777 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/components/net/lwip/lwip-2.0.3/src/api/
A Dapi_msg.c914 err = tcp_shutdown(tpcb, shut_rx, shut_tx);
1807 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
/components/net/lwip/lwip-2.0.3/
A DUPGRADING225 * Implemented tcp_shutdown() to only shut down one end of a connection
A DCHANGELOG1733 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/components/net/lwip/lwip-2.1.2/src/api/
A Dapi_msg.c1009 err = tcp_shutdown(tpcb, shut_rx, shut_tx);
1965 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
/components/net/lwip/lwip-2.1.2/
A DUPGRADING260 * Implemented tcp_shutdown() to only shut down one end of a connection
A DCHANGELOG1986 recv callbacks after calling tcp_close(). Added tcp_shutdown().
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp.c313 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function
/components/net/lwip/lwip-1.4.1/src/api/
A Dapi_msg.c788 err = tcp_shutdown(conn->pcb.tcp, shut_rx, shut_tx);
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp.c426 tcp_shutdown(struct tcp_pcb *pcb, int shut_rx, int shut_tx) in tcp_shutdown() function

Completed in 47 milliseconds