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

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c1367 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, argument
1377 while (totlen > 0) {
1379 if (totlen + off >= MINCLSIZE) {
1387 if (m && totlen + off + max_linkhdr <= MLEN) {
1395 m->m_pkthdr.len = totlen;
1397 if (totlen + off >= MINCLSIZE) {
1414 m->m_len = len = min(totlen, len);
1422 totlen -= len;
1442 int totlen = 0; local
1448 totlen
[all...]

Completed in 49 milliseconds