Searched defs:tcp_input (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_in.c | 9 * tcp_input() -> * tcp_process() -> tcp_receive() (-> application). 62 processing of TCP segments. They are set by the tcp_input() 84 /* tcp_input: 93 tcp_input(struct pbuf *p, struct netif *inp) function 115 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet (%"U16_F" bytes) discarded\n", p->tot_len)); 135 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n", 170 LWIP_ASSERT("tcp_input: active pcb->state != CLOSED", pcb->state != CLOSED); 171 LWIP_ASSERT("tcp_input: active pcb->state != TIME-WAIT", pcb->state != TIME_WAIT); 172 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN); 181 LWIP_ASSERT("tcp_input [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp_in.c | 8 * tcp_input() -> * tcp_process() -> tcp_receive() (-> application). 72 processing of TCP segments. They are set by the tcp_input() 109 tcp_input(struct pbuf *p, struct netif *inp) function 155 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet (%"U16_F" bytes) discarded\n", p->tot_len)); 172 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n", 185 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet\n")); 206 LWIP_ASSERT("tcp_input: active pcb->state != CLOSED", pcb->state != CLOSED); 207 LWIP_ASSERT("tcp_input: active pcb->state != TIME-WAIT", pcb->state != TIME_WAIT); 208 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN); 217 LWIP_ASSERT("tcp_input [all...] |
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | tcp_input.c | 52 * @(#)tcp_input.c 8.5 (Berkeley) 4/10/94 53 * tcp_input.c,v 1.10 1994/10/13 18:36:32 wollman Exp 290 tcp_input(PNATState pData, register struct mbuf *m, int iphlen, struct socket *inso) function 310 LogFlow(("tcp_input: m = %8lx, iphlen = %2d, inso = %R[natsock]\n", 325 Log4(("NAT: tcp_input: %R[natsock]\n", so)); 1584 DELAY_ACK(tp, ti); /* little bit different from BSD declaration see netinet/tcp_input.c */ 1757 /* hand off to tcp_input():cont_conn to send RST */
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 255 #define tcp_input lwip_tcp_input macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 171 #define tcp_input lwip_tcp_input macro
|
Completed in 65 milliseconds