HomeSort by relevance Sort by last modified time
    Searched refs:ip_output (Results 1 - 12 of 12) sorted by null

  /external/qemu/slirp/
ip_output.c 29 * @(#)ip_output.c 8.3 (Berkeley) 1/21/94
30 * ip_output.c,v 1.9 1994/11/16 10:17:10 jkh Exp
56 ip_output(struct socket *so, struct mbuf *m0) function
63 DEBUG_CALL("ip_output");
ip_icmp.c 307 (void ) ip_output((struct socket *)NULL, m);
363 (void ) ip_output((struct socket *)NULL, m);
slirp.h 289 /* ip_output.c */
290 int ip_output _P((struct socket *, struct mbuf *));
tcp_output.c 539 /* error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
542 error = ip_output(so, m);
545 * error = ip_output(m, (struct mbuf *)0, &tp->t_inpcb->inp_route,
udp.c 305 error = ip_output(so, m);
tcp_subr.c 170 (void) ip_output((struct socket *)0, m);
    [all...]
  /external/qemu/slirp-android/
ip_output.c 29 * @(#)ip_output.c 8.3 (Berkeley) 1/21/94
30 * ip_output.c,v 1.9 1994/11/16 10:17:10 jkh Exp
56 ip_output(struct socket *so, struct mbuf *m0) function
63 DEBUG_CALL("ip_output");
slirp.h 239 /* ip_output.c */
240 int ip_output _P((struct socket *, struct mbuf *));
ip_icmp.c 309 (void ) ip_output((struct socket *)NULL, m);
365 (void ) ip_output((struct socket *)NULL, m);
tcp_output.c 539 /* error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
542 error = ip_output(so, m);
545 * error = ip_output(m, (struct mbuf *)0, &tp->t_inpcb->inp_route,
udp.c 367 error = ip_output(so, m);
tcp_subr.c 172 (void) ip_output((struct socket *)0, m);

Completed in 113 milliseconds