Searched defs:tcp_close (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | tcp_subr.c | 270 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 */
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp.c | 115 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/PC/ipxe/src/net/ |
H A D | tcp.c | 315 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-new/src/core/ |
H A D | tcp.c | 161 * 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);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 249 #define tcp_close lwip_tcp_close macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 165 #define tcp_close lwip_tcp_close macro
|
Completed in 65 milliseconds