Searched refs:newah (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | ah_output.c | 158 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 D | ah_input.c | 138 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 D | ah.h | 56 struct newah { struct
|
| H A D | ah_core.c | 708 : sizeof(struct newah); in ah4_calccksum() 878 : sizeof(struct newah); in ah6_calccksum()
|