HomeSort by relevance Sort by last modified time
    Searched full:m_copy (Results 1 - 12 of 12) 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);
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 71 /* Length to m_copy to copy all. */
user_mbuf.c 913 * now, we need to do the hard way. don't m_copy as there's no room
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 337 NULL, /* m_copy */
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c     [all...]

Completed in 146 milliseconds