Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dres_random.c96 static u_int16_t ru_x; variable
180 ru_x = arc4random_uniform(RU_M); in res_initid()
246 ru_x = (ru_a * ru_x + ru_b) % RU_M; in __res_randomid()
249 r = permute15(ru_seed ^ pmod(ru_g, ru_seed2 + ru_x, RU_N)) | ru_msb; in __res_randomid()
269 printf("Ru_X: %u\n", ru_x);