Home
last modified time | relevance | path

Searched refs:tcp_close (Results 1 – 14 of 14) sorted by relevance

/reactos/drivers/network/tcpip/lwip/test/unit/tcp/
H A Dtest_tcp_state.c276 err = tcp_close(pcbl); in START_TEST()
293 err = tcp_close(pcb); in START_TEST()
306 err = tcp_close(pcb); in START_TEST()
349 err = tcp_close(pcb); in START_TEST()
417 tcp_close((struct tcp_pcb *)lpcb); in START_TEST()
595 tcp_close((struct tcp_pcb *)lpcb); in START_TEST()
640 tcp_close((struct tcp_pcb *)lpcb); in START_TEST()
H A Dtcp_helper.c29 tcp_close(pcb2); in tcp_remove()
H A Dtest_tcp.c155 tcp_close(pcbl); in START_TEST()
271 err_t err2 = tcp_close(pcb); in test_tcp_recv_expectclose()
/reactos/drivers/network/tcpip/lwip/src/apps/lwiperf/
H A Dlwiperf.c262 err = tcp_close(conn->conn_pcb); in lwiperf_tcp_close()
269 err = tcp_close(conn->server_pcb); in lwiperf_tcp_close()
728 tcp_close(pcb); in lwiperf_start_tcp_server_impl()
/reactos/drivers/network/tcpip/ip/lwip_glue/
H A Dtcp.c370 tcp_close(msg->Input.FreeSocket.pcb); in LibTCPFreeSocketCallback()
684 msg->Output.Shutdown.Error = tcp_close(pcb); in LibTCPShutdownCallback()
780 msg->Output.Close.Error = tcp_close(pcb); in LibTCPCloseCallback()
/reactos/drivers/network/tcpip/lwip/src/core/
H A Daltcp_tcp.c207 tcp_close(tpcb); in altcp_tcp_new_ip_type()
328 err = tcp_close(pcb); in altcp_tcp_close()
H A Dtcp.c484 tcp_close(struct tcp_pcb *pcb) in tcp_close() function
1698 return tcp_close(pcb); in tcp_recv_null()
/reactos/sdk/lib/3rdparty/adns/src/
H A Devent.c50 static void tcp_close(adns_state ads) { in tcp_close() function
73 tcp_close(ads); in adns__tcp_broken()
268 tcp_close(ads); in tcp_events()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Daltcp.h184 #define altcp_close tcp_close
H A Dtcp.h470 err_t tcp_close (struct tcp_pcb *pcb);
/reactos/drivers/network/tcpip/lwip/
H A DUPGRADING163 * Changed the semantics of tcp_close() (since it was rather a
165 callback (aside from NULL/closed) after calling tcp_close()
H A DCHANGELOG373 * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)
400 * tcp: Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying
958 after tcp_close())
2073 recv callbacks after calling tcp_close(). Added tcp_shutdown().
2738 tcp_close returns != ERR_OK)
3560 tcp_output fails in tcp_close, the code in do_close_internal gets simpler
4599 - Fixed a bug in tcp_close().
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dapi_msg.c1010 err = tcp_close(tpcb);
1506 tcp_close(lpcb);
/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h2534 extern void tcp_close(struct sock *sk,