AH_FLENGTH 555 netinet/ip_ah.c rplen = AH_FLENGTH + sizeof(u_int32_t); AH_FLENGTH 557 netinet/ip_ah.c rplen = AH_FLENGTH; AH_FLENGTH 604 netinet/ip_ah.c if (hl * sizeof(u_int32_t) != ahx->authsize + rplen - AH_FLENGTH) { AH_FLENGTH 807 netinet/ip_ah.c rplen = AH_FLENGTH + sizeof(u_int32_t); AH_FLENGTH 809 netinet/ip_ah.c rplen = AH_FLENGTH; AH_FLENGTH 1030 netinet/ip_ah.c rplen = AH_FLENGTH + sizeof(u_int32_t); AH_FLENGTH 1032 netinet/ip_ah.c rplen = AH_FLENGTH; AH_FLENGTH 1141 netinet/ip_ah.c ah->ah_hl = (rplen + ahx->authsize - AH_FLENGTH) / sizeof(u_int32_t); AH_FLENGTH 560 netinet/ipsec_output.c adjust = AH_FLENGTH + sizeof(u_int32_t); AH_FLENGTH 562 netinet/ipsec_output.c adjust = AH_FLENGTH;