Searched refs:tcp_shutdown (Results 1 – 9 of 9) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | altcp.h | 185 #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);
|
/reactos/drivers/network/tcpip/ip/lwip_glue/ |
H A D | tcp.c | 673 msg->Output.Shutdown.Error = tcp_shutdown(pcb, TRUE, FALSE); in LibTCPShutdownCallback() 676 msg->Output.Shutdown.Error = tcp_shutdown(pcb, FALSE, TRUE); in LibTCPShutdownCallback()
|
/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | altcp_tcp.c | 351 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
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | api_msg.c | 1013 err = tcp_shutdown(tpcb, shut_rx, shut_tx); 1969 msg->err = tcp_shutdown(msg->conn->pcb.tcp, 1, 0);
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | UPGRADING | 270 * Implemented tcp_shutdown() to only shut down one end of a connection
|
H A D | CHANGELOG | 2073 recv callbacks after calling tcp_close(). Added tcp_shutdown().
|
/reactos/drivers/network/tcpip/include/ |
H A D | tcpcore.h | 2448 extern void tcp_shutdown (struct sock *sk, int how);
|