Home
last modified time | relevance | path

Searched refs:ah_hl (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/netinet/
H A Dip_ah.h66 u_int8_t ah_hl; member
H A Dip_ah.c550 m_copydata(m, skip + offsetof(struct ah, ah_hl), sizeof(u_int8_t), &hl); in ah_input()
1014 ah->ah_hl = (rplen + ahx->authsize - AH_FLENGTH) / sizeof(u_int32_t); in ah_output()
/openbsd/sbin/ping/
H A Dping.c2218 hlen = (((struct ah *)cp)->ah_hl+2) << 2; in pr_retip6()