Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dah.h49 struct newah { struct
H A Dxform_ah.c541 struct newah *ah; in ah_input()
565 ah = (struct newah *)(mtod(m, caddr_t) + skip); in ah_input()
784 m_copydata(m, skip + offsetof(struct newah, ah_seq), in ah_input_cb()
850 struct newah *ah; in ah_output()
932 ah = (struct newah *)(mtod(mi, caddr_t) + roff); in ah_output()
H A Dipsec_output.c1061 sizeof(struct newah) + HASH_MAX_LEN /* AH + ICV */))