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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_input.c220 int sizoff; local
222 sizoff = (sav->flags & SADB_X_EXT_OLD) ? 0 : 4;
253 if ((ah->ah_len << 2) - sizoff != siz1) {
256 (ah->ah_len << 2) - sizoff, (u_int32_t)siz1,
263 if (m->m_len < off + sizeof(struct ah) + sizoff + siz1) {
264 m = m_pullup(m, off + sizeof(struct ah) + sizoff + siz1);
278 sizeof(struct ah) + sizoff + siz1);
365 size_t sizoff;
367 sizoff = (sav->flags & SADB_X_EXT_OLD) ? 0 : 4;
369 if (m->m_len < off + sizeof(struct ah) + sizoff
701 int sizoff; local
[all...]

Completed in 103 milliseconds