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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah_input.c184 int sizoff; local
186 sizoff = (sav->flags & SADB_X_EXT_OLD) ? 0 : 4;
217 if ((ah->ah_len << 2) - sizoff != siz1) {
220 (ah->ah_len << 2) - sizoff, (u_long)siz1,
227 if (m->m_len < off + sizeof(struct ah) + sizoff + siz1) {
228 m = m_pullup(m, off + sizeof(struct ah) + sizoff + siz1);
240 sizeof(struct ah) + sizoff + siz1);
327 size_t sizoff;
329 sizoff = (sav->flags & SADB_X_EXT_OLD) ? 0 : 4;
331 if (m->m_len < off + sizeof(struct ah) + sizoff
636 int sizoff; local
[all...]

Completed in 72 milliseconds