Home
last modified time | relevance | path

Searched refs:newah (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dah.h48 struct newah { struct
/freebsd-13.1/sys/netipsec/
H A Dah.h50 struct newah { struct
H A Dxform_ah.c538 struct newah *ah; in ah_input()
560 ah = (struct newah *)(mtod(m, caddr_t) + skip); in ah_input()
776 m_copydata(m, skip + offsetof(struct newah, ah_seq), in ah_input_cb()
842 struct newah *ah; in ah_output()
922 ah = (struct newah *)(mtod(mi, caddr_t) + roff); in ah_output()
H A Dipsec_output.c838 sizeof(struct newah) + HASH_MAX_LEN /* AH + ICV */))