Lines Matching defs:ahsize
530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS;
566 ahsize = ah_hdrsiz(sav);
567 if (hl != ahsize) {
571 hl, (u_long)ahsize,
578 if (skip + ahsize > m->m_pkthdr.len) {
582 m->m_pkthdr.len, (u_long)(skip + ahsize),
731 int rplen, ahsize, skip, protoff;
762 ahsize = ah_hdrsiz(sav);
846 if (m_striphdr(m, skip, ahsize) != 0) {
891 int error, rplen, authsize, ahsize, maxpacketsize, roff;
906 ahsize = ah_hdrsiz(sav);
932 if (ahsize + m->m_pkthdr.len > maxpacketsize) {
937 ahsize + m->m_pkthdr.len, maxpacketsize);
957 mi = m_makespace(m, skip, ahsize, &roff);
960 "%s/%08lx\n", ahsize,
976 ah->ah_len = (ahsize - sizeof(struct ah)) / sizeof(uint32_t);
984 m_copyback(m, skip + rplen + authsize, ahsize - (rplen + authsize),
1054 iplen = htons(ntohs(iplen) + ahsize);