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

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c127 * soff = offset from beginning of the chain to the head of the
151 int soff; /* offset from the head of chain, to head of this mbuf */ local
195 soff = sn = dn = 0;
200 while (soff < bodyoff) {
201 if (soff + s->m_len > bodyoff) {
202 sn = bodyoff - soff;
206 soff += s->m_len;
216 while (soff < m->m_pkthdr.len) {
235 i = m->m_pkthdr.len - (soff + sn);
302 soff
331 int soff; /* offset from the head of chain, to head of this mbuf */ local
[all...]
H A Desp_core.c542 int soff, doff; /* offset from the head of chain, to head of this mbuf */ local
632 soff = doff = sn = dn = 0;
636 while (soff < bodyoff) {
637 if (soff + s->m_len > bodyoff) {
638 sn = bodyoff - soff;
642 soff += s->m_len;
656 while (soff < m->m_pkthdr.len) {
672 i = m->m_pkthdr.len - (soff + sn);
740 soff += s->m_len;
769 int soff, dof local
[all...]
H A Dmld6.c1175 int soff; local
1178 soff = off + sizeof(struct mldv2_query);
1181 sp = mtod(m, uint8_t *) + soff;
1187 soff += sizeof(struct in6_addr);
1188 if (soff >= m->m_len) {
1189 soff = soff - m->m_len;

Completed in 26 milliseconds