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

/external/qemu/slirp-android/
H A Dslirp.h243 /* tcp_input.c */
244 void tcp_input _P((register struct mbuf *, int, struct socket *));
H A Dip_input.c241 tcp_input(m, hlen, (struct socket *)NULL);
H A Dslirp.c565 * Continue tcp_input
567 tcp_input((struct mbuf *)NULL, sizeof(struct ip), so);
596 /* tcp_input will take care of it */
610 tcp_input((struct mbuf *)NULL, sizeof(struct ip),so);
H A Dtcp_subr.c377 tcp_input(NULL, sizeof(struct ip), so);
405 * Called by tcp_input
406 * Only do a connect, the tcp fields will be set in tcp_input
H A Dtcp_input.c29 * @(#)tcp_input.c 8.5 (Berkeley) 4/10/94
30 * tcp_input.c,v 1.10 1994/10/13 18:36:32 wollman Exp
233 tcp_input(struct mbuf *m, int iphlen, struct socket *inso) function
251 DEBUG_CALL("tcp_input");
/external/qemu/slirp/
H A Dslirp.h292 /* tcp_input.c */
293 void tcp_input _P((register struct mbuf *, int, struct socket *));
H A Dslirp.c484 * Continue tcp_input
486 tcp_input((struct mbuf *)NULL, sizeof(struct ip), so);
515 /* tcp_input will take care of it */
529 tcp_input((struct mbuf *)NULL, sizeof(struct ip),so);
H A Dip_input.c241 tcp_input(m, hlen, (struct socket *)NULL);
H A Dtcp_input.c29 * @(#)tcp_input.c 8.5 (Berkeley) 4/10/94
30 * tcp_input.c,v 1.10 1994/10/13 18:36:32 wollman Exp
233 tcp_input(struct mbuf *m, int iphlen, struct socket *inso) function
251 DEBUG_CALL("tcp_input");

Completed in 162 milliseconds