Searched refs:TDB_REPLAYMAX (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_esp.c973 #define SEEN_SIZE howmany(TDB_REPLAYMAX, 32)
986 u_int32_t packet, window = TDB_REPLAYMAX - TDB_REPLAYWASTE;
1002 idx = (seq % TDB_REPLAYMAX) / 32;
1020 int i = (tl % TDB_REPLAYMAX) / 32;
1071 int i = (tl % TDB_REPLAYMAX) / 32;
H A Dip_ipsp.h426 #define TDB_REPLAYMAX (2100+TDB_REPLAYWASTE) macro
429 u_int32_t tdb_seen[howmany(TDB_REPLAYMAX, 32)]; /* Anti-replay window */

Completed in 124 milliseconds