Home
last modified time | relevance | path

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

/netbsd/sys/netipsec/
H A Dipsec.h301 int ipsec_chkreplay(u_int32_t, const struct secasvar *);
H A Dxform_esp.c363 if (esph && sav->replay && !ipsec_chkreplay(ntohl(esp->esp_seq), sav)) { in esp_input()
H A Dxform_ah.c553 if (sav->replay && !ipsec_chkreplay(ntohl(ah->ah_seq), sav)) { in ah_input()
H A Dipsec.c1582 ipsec_chkreplay(u_int32_t seq, const struct secasvar *sav) in ipsec_chkreplay() function