Searched refs:tcp_abort (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c195 tcp_abort(pcb);
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);
H A Dtcp_in.c267 /* A return value of ERR_ABRT means that tcp_abort() was called
532 tcp_abort(pcb);
/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/src/include/lwip/
H A Dtcp.h59 * Only return ERR_ABRT if you have called tcp_abort from within the
71 * Only return ERR_ABRT if you have called tcp_abort from within the
85 * Only return ERR_ABRT if you have called tcp_abort from within the
97 * Only return ERR_ABRT if you have called tcp_abort from within the
109 * ERR_ABRT: aborted through tcp_abort or by a TCP timer
121 * Only return ERR_ABRT if you have called tcp_abort from within the
373 void tcp_abort (struct tcp_pcb *pcb);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h158 #define tcp_abort lwip_tcp_abort macro
/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);
H A Dtcp_in.c368 /* A return value of ERR_ABRT means that tcp_abort() was called
408 tcp_abort(pcb);
454 /* Jump target if pcb has been aborted in a callback (by calling tcp_abort()).
593 * XXX: tcp_accept_null() is buggy, it should call tcp_abort().
601 tcp_abort(pcb);
724 tcp_abort(npcb);
968 tcp_abort(pcb);
H A Dnetif.c410 tcp_abort(pcb);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h86 void tcp_abort (struct tcp_pcb *pcb);
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c875 tcp_abort(pcb);
1584 tcp_abort(pcb);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c370 tcp_abort(msg->conn->pcb.tcp);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c728 tcp_abort(newconn->pcb.tcp);

Completed in 98 milliseconds