Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dah.h56 u_int32_t ah_seq; /* Sequence number field */ member
H A Dah_input.c260 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
349 if (ipsec_updatereplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
692 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
763 if (ipsec_updatereplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
H A Dah_output.c315 ahdr->ah_seq = htonl(sav->replay[0]->count); in ah4_output()
528 ahdr->ah_seq = htonl(sav->replay[0]->count); in ah6_output()