/external/qemu/slirp/ |
mbuf.h | 139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
|
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
|
/external/qemu/slirp-android/ |
mbuf.h | 139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
|
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
|