Searched refs:newah (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/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 | 136 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 D | ah.h | 58 struct newah { struct
|
| H A D | ah_core.c | 940 : sizeof(struct newah); in ah4_calccksum() 1110 : sizeof(struct newah); in ah6_calccksum()
|