Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec.h328 int ipsec_chkreplay(uint32_t, uint32_t *, struct secasvar *);
H A Dxform_ah.c565 ipsec_chkreplay(ntohl(ah->ah_seq), &seqh, sav) == 0) { in ah_input()
H A Dxform_esp.c331 if (ipsec_chkreplay(ntohl(esp->esp_seq), &seqh, sav) == 0) { in esp_input()
H A Dipsec.c1248 ipsec_chkreplay(uint32_t seq, uint32_t *seqhigh, struct secasvar *sav) in ipsec_chkreplay() function