Searched refs:m_copy (Results 1 – 6 of 6) sorted by relevance
/external/qemu/slirp-android/ |
D | mbuf.h | 139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
|
D | ip_output.c | 161 if (m_copy(m, m0, off, len) < 0) { in ip_output()
|
D | mbuf.c | 189 m_copy(struct mbuf *n, struct mbuf *m, int off, int len) in m_copy() function
|
/external/qemu/slirp/ |
D | mbuf.h | 139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
|
D | ip_output.c | 161 if (m_copy(m, m0, off, len) < 0) { in ip_output()
|
D | mbuf.c | 189 m_copy(struct mbuf *n, struct mbuf *m, int off, int len) in m_copy() function
|