Searched refs:dstoff (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/ |
H A D | mbuf.h | 917 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 D | uipc_mbuf.c | 1226 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 575 milliseconds