Searched defs:tcp_rst (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_out.c | 582 tcp_rst(u32_t seqno, u32_t ackno, function 590 LWIP_DEBUGF(TCP_DEBUG, ("tcp_rst: could not allocate memory for pbuf\n")); 614 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | tcp_impl.h | 461 #define tcp_rst(seqno, ackno, local_ip, remote_ip, local_port, remote_port, isipv6) \ macro 464 #define tcp_rst(seqno, ackno, local_ip, remote_ip, local_port, remote_port, isipv6) \ macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 270 #define tcp_rst lwip_tcp_rst macro
|
Completed in 37 milliseconds