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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_id.c134 const u_int32_t ru_max; /* Uniq cycle, avoid blackjack prediction */ member in struct:randomtab
261 if (p->ru_counter >= p->ru_max || curtime > p->ru_reseed)
268 if (p->ru_counter + n >= p->ru_max)

Completed in 116 milliseconds