Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dipsec.h391 extern int ipsec_chkreplay(u_int32_t, struct secasvar *, u_int8_t);
H A Dah_input.c263 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah4_input()
699 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav, 0)) { in ah6_input()
H A Desp_input.c339 if (ipsec_chkreplay(seq, sav, (u_int8_t)replay_index)) { in esp4_input_extended()
1052 if (ipsec_chkreplay(seq, sav, (u_int8_t)replay_index)) { in esp6_input_extended()
1897 if (__improbable(!ipsec_chkreplay(ntohl(esp->esp_seq), sav, in esp_kpipe_input()
H A Dipsec.c2824 ipsec_chkreplay(u_int32_t seq, struct secasvar *sav, u_int8_t replay_index) in ipsec_chkreplay() function