Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dah_output.c158 hdrsiz += sizeof(struct newah); in ah_hdrsiz()
173 return sizeof(struct newah) + 16; in ah_hdrsiz()
232 ahlen = plen + sizeof(struct newah); in ah4_output()
288 struct newah *ahdr; in ah4_output()
291 ahdr = (struct newah *)(void *)ahdrpos; in ah4_output()
391 ahlen = plen + sizeof(struct newah); in ah_hdrlen()
500 struct newah *ahdr = mtod(mah, struct newah *); in ah6_output()
502 plen = mah->m_len - sizeof(struct newah); in ah6_output()
H A Dah_input.c138 if (m->m_len < off + sizeof(struct newah)) { in ah4_input()
139 m = m_pullup(m, off + sizeof(struct newah)); in ah4_input()
263 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
320 sumpos = (caddr_t)(((struct newah *)ah) + 1); in ah4_input()
352 if (ipsec_updatereplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
364 stripsiz = sizeof(struct newah) + siz1; in ah4_input()
699 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
738 sumpos = (caddr_t)(((struct newah *)ah) + 1); in ah6_input()
770 if (ipsec_updatereplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
782 stripsiz = sizeof(struct newah) + siz1; in ah6_input()
[all …]
H A Dah.h56 struct newah { struct
H A Dah_core.c708 : sizeof(struct newah); in ah4_calccksum()
878 : sizeof(struct newah); in ah6_calccksum()