xform_ah.c | 170 int authsize, rplen, align; local in function:ah_hdrsiz 182 rplen = HDRSIZE(sav); 184 size = roundup(rplen + authsize, align); 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local in function:ah_input 541 rplen = HDRSIZE(sav); 544 M_REGION_GET(ah, struct newah *, m, skip, rplen); 606 crda->crd_inject = skip + rplen; 615 size_t extra = skip + rplen + authsize; 645 m_copyback(m, skip + rplen, authsize, ipseczeroes); 731 int rplen, ahsize, skip, protoff local in function:ah_input_cb 891 int error, rplen, authsize, ahsize, maxpacketsize, roff; local in function:ah_output [all...] |