HomeSort by relevance Sort by last modified time
    Searched full:m_copy (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
ip_output.c 161 if (m_copy(m, m0, off, len) < 0) {
mbuf.c 189 m_copy(struct mbuf *n, struct mbuf *m, int off, int len) function
mbuf.h 139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
tcp_output.c 365 * m->m_next = m_copy(so->so_snd.sb_mb, off, (int) len);
  /external/qemu/slirp-android/
ip_output.c 161 if (m_copy(m, m0, off, len) < 0) {
mbuf.c 189 m_copy(struct mbuf *n, struct mbuf *m, int off, int len) function
mbuf.h 139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
tcp_output.c 365 * m->m_next = m_copy(so->so_snd.sb_mb, off, (int) len);

Completed in 787 milliseconds