/external/qemu/slirp-android/ |
slirp.h | 242 /* tcp_input.c */ 243 void tcp_input _P((register struct mbuf *, int, struct socket *));
|
ip_input.c | 241 tcp_input(m, hlen, (struct socket *)NULL);
|
slirp.c | 565 * 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); [all...] |
tcp_subr.c | 377 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
|
tcp_input.c | 29 * @(#)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"); [all...] |
/external/qemu/slirp/ |
slirp.h | 292 /* tcp_input.c */ 293 void tcp_input _P((register struct mbuf *, int, struct socket *));
|
slirp.c | 484 * 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);
|
ip_input.c | 241 tcp_input(m, hlen, (struct socket *)NULL);
|
tcp_input.c | 29 * @(#)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"); [all...] |