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

  /external/qemu/slirp/
ip_output.c 103 if_output(so, m);
188 if_output(so, m);
if.c 123 * if_output: Queue packet into an output queue.
136 if_output(struct socket *so, struct mbuf *ifm) function
141 DEBUG_CALL("if_output");
slirp.h 281 void if_output _P((struct socket *, struct mbuf *));
  /external/qemu/slirp-android/
ip_output.c 103 if_output(so, m);
188 if_output(so, m);
if.c 123 * if_output: Queue packet into an output queue.
136 if_output(struct socket *so, struct mbuf *ifm) function
141 DEBUG_CALL("if_output");
slirp.h 231 void if_output _P((struct socket *, struct mbuf *));

Completed in 135 milliseconds