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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.h327 extern int ipsec_chkreplay(u_int32_t, struct secasvar *);
H A Dah_input.c253 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav))
679 if (ipsec_chkreplay(ntohl(((struct newah *)ah)->ah_seq), sav))
H A Desp_input.c208 if (ipsec_chkreplay(ntohl(((struct newesp *)esp)->esp_seq), sav))
653 if (ipsec_chkreplay(ntohl(((struct newesp *)esp)->esp_seq), sav))
H A Dipsec.c2431 * ipsec_chkreplay() performs replay check before ICV verification.
2440 ipsec_chkreplay(seq, sav) function
2453 panic("ipsec_chkreplay: NULL pointer was passed.\n");
2525 panic("ipsec_chkreplay: NULL pointer was passed.\n");

Completed in 26 milliseconds