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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c97 * soff = offset from beginning of the chain to the head of the
121 int soff; /* offset from the head of chain, to head of this mbuf */ local
165 soff = sn = dn = 0;
170 while (soff < bodyoff) {
171 if (soff + s->m_len > bodyoff) {
172 sn = bodyoff - soff;
176 soff += s->m_len;
186 while (soff < m->m_pkthdr.len) {
205 i = m->m_pkthdr.len - (soff + sn);
252 soff
281 int soff; /* offset from the head of chain, to head of this mbuf */ local
[all...]
H A Desp_core.c685 int soff, doff; /* offset from the head of chain, to head of this mbuf */ local
775 soff = doff = sn = dn = 0;
779 while (soff < bodyoff) {
780 if (soff + s->m_len > bodyoff) {
781 sn = bodyoff - soff;
785 soff += s->m_len;
795 while (soff < m->m_pkthdr.len) {
811 i = m->m_pkthdr.len - (soff + sn);
858 soff += s->m_len;
885 int soff, dof local
[all...]

Completed in 25 milliseconds