Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Dip6_id.c134 const u_int32_t ru_max; /* Uniq cycle, avoid blackjack prediction */ member
154 .ru_max = 1000000000, /* Uniq cycle, avoid blackjack prediction */
262 if (p->ru_counter >= p->ru_max || curtime > p->ru_reseed) { in randomid()
270 if (p->ru_counter + n >= p->ru_max) { in randomid()