Searched defs:tcp_abort (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c191 tcp_abort(struct tcp_pcb *pcb) function
233 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_abort: sending RST\n"));
545 tcp_abort(pcb);
782 tcp_abort(inactive);
804 tcp_abort(inactive);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c186 /* don't call tcp_abort here: we must not deallocate the pcb since
378 LWIP_ASSERT("don't call tcp_abort/tcp_abandon for listen-pcbs",
426 tcp_abort(struct tcp_pcb *pcb) function
1326 tcp_abort(inactive);
1352 tcp_abort(inactive);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h242 #define tcp_abort lwip_tcp_abort macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h158 #define tcp_abort lwip_tcp_abort macro

Completed in 68 milliseconds