Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Dip6_id.c141 u_int32_t ru_counter; member
160 .ru_counter = 0,
249 p->ru_counter = 0; in initid()
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()
279 p->ru_counter += i; in randomid()