Searched defs:adjust (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c1092 * adjust and return. Otherwise, rescan and truncate
1114 * Find the mbuf with last data, adjust its length,
2034 int adjust; local
2037 adjust = m->m_ext.ext_size - len;
2039 adjust = MHLEN - len;
2041 adjust = MLEN - len;
2042 m->m_data += adjust &~ (sizeof(long)-1);

Completed in 46 milliseconds