Home
last modified time | relevance | path

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

/NextBSD/sys/netipsec/
HDipsec.c1481 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_chkreplay() local
1494 wsizeb = replay->wsize << 3; in ipsec_chkreplay()
1512 if (diff >= wsizeb) in ipsec_chkreplay()
1538 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_updatereplay() local
1551 wsizeb = replay->wsize << 3; in ipsec_updatereplay()
1570 if (diff < wsizeb) { in ipsec_updatereplay()
1588 if (diff >= wsizeb) in ipsec_updatereplay()