Lines Matching defs:ahsize
543 int hl, rplen, authsize, ahsize, error;
585 ahsize = ah_hdrsiz(sav);
586 if (hl != ahsize) {
589 (u_long)ahsize,
596 if (skip + ahsize > m->m_pkthdr.len) {
599 m->m_pkthdr.len, (u_long)(skip + ahsize),
701 int authsize, rplen, ahsize, error, skip, protoff;
750 ahsize = ah_hdrsiz(sav);
799 error = m_striphdr(m, skip, ahsize);
853 int error, rplen, authsize, ahsize, maxpacketsize, roff;
868 ahsize = ah_hdrsiz(sav);
892 if (ahsize + m->m_pkthdr.len > maxpacketsize) {
897 ahsize + m->m_pkthdr.len, maxpacketsize));
917 mi = m_makespace(m, skip, ahsize, &roff);
920 "%s/%08lx\n", __func__, ahsize,
936 ah->ah_len = (ahsize - sizeof(struct ah)) / sizeof(u_int32_t);
944 m_copyback(m, skip + rplen + authsize, ahsize - (rplen + authsize),
1014 iplen = htons(ntohs(iplen) + ahsize);
1025 iplen = htons(ntohs(iplen) + ahsize);