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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_bsm_token.c1131 size_t totlen = 0; local
1143 totlen += nextlen + 1;
1149 GET_TOKEN_AREA(t, dptr, 5 + totlen);
1176 size_t totlen = 0; local
1189 totlen += nextlen + 1;
1195 GET_TOKEN_AREA(t, dptr, 5 + totlen);
H A Dkpi_mbuf.c1060 int totlen = 0; local
1069 totlen += mlen;
1094 totlen += mlen;
1114 if ((m_start->m_flags & M_PKTHDR) && (m_start->m_pkthdr.len < totlen))
1115 m_start->m_pkthdr.len = totlen;
H A Duipc_mbuf.c4276 m_devget(char *buf, int totlen, int off0, struct ifnet *ifp, argument
4286 epkt = cp + totlen;
4293 totlen -= 2 * sizeof (u_int16_t);
4299 m->m_pkthdr.len = totlen;
4302 while (totlen > 0) {
4311 len = MIN(totlen, epkt - cp);
4343 totlen -= len;
4450 int totlen = 0; local
4456 totlen += mlen;
4473 totlen
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c1628 int totlen, curlen; local
1636 totlen = hdrlen + min(snaplen, pktlen);
1637 if (totlen > d->bd_bufsize)
1638 totlen = d->bd_bufsize;
1644 if (curlen + totlen > d->bd_bufsize) {
1679 (*cpfn)(pkt, (u_char *)hp + hdrlen, (hp->bh_caplen = totlen - hdrlen));
1680 d->bd_slen = curlen + totlen;
H A Dbsd_comp.c118 int totlen; /* length of this structure */ member in struct:bsd_db
400 db->totlen = newlen;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah_core.c1343 int totlen; local
1350 totlen = (ah.ah_len + 2) << 2;
1356 if (totlen > m->m_pkthdr.len - off ||
1357 totlen > MCLBYTES) {
1362 if (n && totlen > MLEN) {
1373 m_copydata(m, off, totlen, mtod(n, caddr_t));
1374 n->m_len = totlen;
1380 ah_update_mbuf(m, off, totlen, algo, &algos);
1384 advancewidth = totlen;
H A Dipsec.c2744 int totlen; local
2748 totlen = 0;
2754 totlen++;
2755 if (totlen % 16 == 0)
2760 if (totlen % 16 != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c6266 int totlen; local
6300 totlen = 0;
6302 totlen += n->m_len;
6304 if (totlen % l)
6308 for (off = 0; off < totlen; off += l) {
6452 int totlen; local
6476 totlen = 0;
6478 totlen += n->m_len;
6482 prop->sadb_prop_len = PFKEY_UNIT64(totlen);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c2457 uint numExports, totlen, pos, numRecs, count; local
2547 totlen = sizeof(struct nfs_export_stat_desc) + (numExports * sizeof(struct nfs_export_stat_rec));
2553 *oldlenp = totlen;
2561 *oldlenp = totlen;
2566 *oldlenp = totlen;

Completed in 101 milliseconds