Searched refs:tcp_close (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_subr.c270 return (tcp_close(pData, tp));
280 tcp_close(PNATState pData, register struct tcpcb *tp) function
366 tp = tcp_close(pData, tp);
510 tcp_close(pData, sototcpcb(so)); /* This will sofree() as well */
H A Dtcp_input.c343 /* mbuf should be cleared in sofree called from tcp_close */
344 tcp_close(pData, tp);
815 tp = tcp_close(pData, tp);
843 tp = tcp_close(pData, tp);
1063 tp = tcp_close(pData, tp);
1091 tp = tcp_close(pData, tp);
1162 tp = tcp_close(pData, tp);
1169 tp = tcp_close(pData, tp);
1458 tp = tcp_close(pData, tp);
1800 tcp_close(pDat
[all...]
H A Dtcp_timer.c185 tp = tcp_close(pData, tp);
H A Dslirp.h343 struct tcpcb * tcp_close (PNATState, register struct tcpcb *);
H A Dslirp.c507 tcp_close(pData, sototcpcb(so));
1667 tcp_close(pData, sototcpcb(rule->so));
H A Dsocket.c1003 tcp_close(pData, sototcpcb(so));
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c315 static void tcp_close ( struct tcp_connection *tcp, int rc ) { function
616 tcp_close ( tcp, -ETIMEDOUT );
641 tcp_close ( tcp, 0 );
953 tcp_close ( tcp, 0 );
983 tcp_close ( tcp, -ECONNRESET );
1277 tcp_close ( tcp, -ECANCELED );
1302 tcp_close ( tcp, rc );
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h249 #define tcp_close lwip_tcp_close macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp.h374 err_t tcp_close (struct tcp_pcb *pcb);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h165 #define tcp_close lwip_tcp_close macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c362 tcp_close(msg->conn->pcb.tcp);
369 if (tcp_close(msg->conn->pcb.tcp) != ERR_OK) {
766 err = tcp_close(msg->conn->pcb.tcp);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c115 tcp_close(struct tcp_pcb *pcb) function
120 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in "));
129 * Calling tcp_close() with a pcb that has already been closed, (i.e. twice)
750 return tcp_close(pcb);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h87 err_t tcp_close (struct tcp_pcb *pcb);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c772 /* some callbacks have to be reset if tcp_close is not successful */
787 err = tcp_close(conn->pcb.tcp);
1122 tcp_close(lpcb);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c161 * For tcp_close(), a RST is sent if the application didn't receive all data
187 that might not be expected when calling tcp_close */
210 * Calling tcp_close() with a pcb that has already been closed, (i.e. twice)
266 /* To ensure all data has been sent when tcp_close returns, we have
268 Since we don't really have to ensure all data has been sent when tcp_close
294 tcp_close(struct tcp_pcb *pcb) function
297 LWIP_DEBUGF(TCP_DEBUG, ("tcp_close: closing in "));
312 * Shutting down both sides is the same as calling tcp_close, so if it succeds,
1289 return tcp_close(pcb);

Completed in 114 milliseconds