/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);
|