search for: ru_count

Displaying 1 result from an estimated 1 matches for "ru_count".

Did you mean: r_count
1997 Apr 22
1
SNI-12: BIND Vulnerabilities and Solutions (fwd)
..._M 31104 /* RU_M = 2^7*3^5 - don''t change */ + + #define PFAC_N 3 + const static u_int16_t pfacts[PFAC_N] = { + 2, + 3, + 2729 + }; + + static u_int16_t ru_x; + static u_int16_t ru_seed; + static u_int16_t ru_a, ru_b; + static u_int16_t ru_g; + static u_int16_t ru_counter = 0; + static u_int16_t ru_msb = 0; + static long ru_reseed; + static u_int32_t tmp; /* Storage for unused random */ + static struct timeval tv; + + static u_int32_t pmod __P((u_int32_t, u_int32_t, u_int32_t)); + static void res_initid __P((void)); + + #ifndef __OpenBSD__ + /* + *...