Searched refs:tcp_input (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/ |
H A D | ip6.c | 231 tcp_input(p);
|
/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
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | ip.c | 345 tcp_input(p, inp);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | tcp_impl.h | 66 void tcp_input (struct pbuf *p, struct netif *inp); 158 * Some fields are converted to host byte order in tcp_input().
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | ip_input.c | 234 tcp_input(pData, m, hlen, (struct socket *)NULL);
|
H A D | slirp.h | 326 /* tcp_input.c */ 328 void tcp_input (PNATState, register struct mbuf *, int, struct socket *);
|
H A D | slirp_state.h | 163 /* Stuff from tcp_input.c */ 441 # define DO_TCP_INPUT(data, mbuf, size, so) tcp_input((data), (mbuf), (size), (so))
|
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/src/include/lwip/ |
H A D | tcp.h | 104 void tcp_input (struct pbuf *p, struct netif *inp);
|
/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/ipv4/ |
H A D | ip4.c | 672 tcp_input(p, inp);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | ip6.c | 827 tcp_input(p, inp);
|
/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...] |
Completed in 95 milliseconds