Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_esp.c982 checkreplaywindow(struct tdb *tdb, u_int64_t t, u_int32_t seq, u_int32_t *seqh, in checkreplaywindow() argument
1013 *seqh = th; in checkreplaywindow()
1028 tdb->tdb_rpl = ((u_int64_t)*seqh << 32) | seq; in checkreplaywindow()
1054 *seqh = th - 1; in checkreplaywindow()
1064 *seqh = th + 1; in checkreplaywindow()
1065 if (*seqh == 0) /* Don't let high bit to wrap */ in checkreplaywindow()
1079 tdb->tdb_rpl = ((u_int64_t)*seqh << 32) | seq; in checkreplaywindow()