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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_id.c82 static u_int16_t ru_a, ru_b; variable
150 ru_b = (tmp & 0xfffe) | 1;
152 while (ru_b % 3 == 0)
153 ru_b += 2;
211 ru_x = (ru_a*ru_x + ru_b) % RU_M;

Completed in 23 milliseconds