Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c136 if (m->m_len < off + sizeof(struct newah)) { in ah4_input()
137 m = m_pullup(m, off + sizeof(struct newah)); in ah4_input()
260 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
317 sumpos = (caddr_t)(((struct newah *)ah) + 1); in ah4_input()
349 if (ipsec_updatereplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
361 stripsiz = sizeof(struct newah) + siz1; in ah4_input()
692 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
731 sumpos = (caddr_t)(((struct newah *)ah) + 1); in ah6_input()
763 if (ipsec_updatereplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
775 stripsiz = sizeof(struct newah) + siz1; in ah6_input()
[all …]
H A Dah.h51 struct newah { struct
H A Dah_core.c1400 : sizeof(struct newah); in ah4_calccksum()
1559 : sizeof(struct newah); in ah6_calccksum()