Searched refs:ipsec_chkreplay (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/netinet6/ |
| H A D | ipsec.h | 391 extern int ipsec_chkreplay(u_int32_t, struct secasvar *, u_int8_t);
|
| H A D | ah_input.c | 263 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 D | esp_input.c | 339 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 D | ipsec.c | 2824 ipsec_chkreplay(u_int32_t seq, struct secasvar *sav, u_int8_t replay_index) in ipsec_chkreplay() function
|