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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah_input.c107 size_t siz1; local
178 siz1 = ((siz + 3) & ~(4 - 1));
189 * Here, we do not do "siz1 == siz". This is because the way
209 if (siz1 < siz) {
212 (u_long)siz1, (u_long)siz,
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);
569 size_t siz1; local
[all...]

Completed in 47 milliseconds