Searched refs:ipsec_chkreplay (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | ipsec.h | 393 extern int ipsec_chkreplay(u_int32_t, struct secasvar *, u_int8_t);
|
| H A D | ah_input.c | 260 if (ipsec_chkreplay(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()
|
| H A D | esp_input.c | 333 if (ipsec_chkreplay(seq, sav, (u_int8_t)traffic_class)) { in esp4_input_extended() 1042 if (ipsec_chkreplay(seq, sav, (u_int8_t)traffic_class)) { in esp6_input_extended()
|
| H A D | ipsec.c | 2837 ipsec_chkreplay(u_int32_t seq, struct secasvar *sav, u_int8_t replay_index) in ipsec_chkreplay() function
|