Searched defs:random_value (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_init.c609 real_randomid(u_int *random_value) { argument
619 int retval = read(random_device, random_value, sizeof(u_int));
621 *random_value &= 0xffff;

Completed in 83 milliseconds