Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c862 sizeof(struct newah) + HASH_MAX_LEN /* AH + ICV */))