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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_id.c70 #define RU_AGEN 7 /* determine ru_a as RU_AGEN^(2*rand) */
82 static u_int16_t ru_a, ru_b; variable
151 ru_a = pmod(RU_AGEN, (tmp >> 16) & 0xfffe, RU_M);
211 ru_x = (ru_a*ru_x + ru_b) % RU_M;

Completed in 25 milliseconds