Searched refs:tcp_input (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dip6.c231 tcp_input(p);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h255 #define tcp_input lwip_tcp_input macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h171 #define tcp_input lwip_tcp_input macro
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c345 tcp_input(p, inp);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp_impl.h66 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 Dip_input.c234 tcp_input(pData, m, hlen, (struct socket *)NULL);
H A Dslirp.h326 /* tcp_input.c */
328 void tcp_input (PNATState, register struct mbuf *, int, struct socket *);
H A Dslirp_state.h163 /* Stuff from tcp_input.c */
441 # define DO_TCP_INPUT(data, mbuf, size, so) tcp_input((data), (mbuf), (size), (so))
H A Dtcp_input.c52 * @(#)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 Dtcp.h104 void tcp_input (struct pbuf *p, struct netif *inp);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_in.c9 * 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 Dip4.c672 tcp_input(p, inp);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c827 tcp_input(p, inp);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_in.c8 * 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 71 milliseconds