Searched refs:dstoff (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h917 struct mbuf *m_copyup(struct mbuf *n, int len, int dstoff);
932 struct mbuf *m_copyup(PNATState, struct mbuf *n, int len, int dstoff);
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c1226 m_copyup(struct mbuf *n, int len, int dstoff) argument
1228 m_copyup(PNATState pData, struct mbuf *n, int len, int dstoff)
1234 if (len > (MHLEN - dstoff))
1242 m->m_data += dstoff;

Completed in 672 milliseconds