Searched refs:arc4random_uniform (Results 1 – 10 of 10) sorted by relevance
33 uint32_t arc4random_uniform(uint32_t);
35 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
86 compat/arc4random_uniform.c, compat/arc4random_uniform.h
276 tv.tv_nsec = (suseconds_t)arc4random_uniform( in arp_probe1()
673 arc4random_uniform(IDGEN_DELAY * NSEC_PER_SEC); in ipv6nd_dadcallback()1754 tv.tv_nsec = (suseconds_t)arc4random_uniform( in ipv6nd_startrs()
573 arc4random_uniform(100);
1630 ip->ip_id = (uint16_t)arc4random_uniform(UINT16_MAX); in dhcp_makeudppacket()1671 tv.tv_nsec = (suseconds_t)arc4random_uniform( in send_message()3732 tv.tv_nsec = (suseconds_t)arc4random_uniform( in dhcp_start()
1065 state->RT.tv_nsec = (suseconds_t)arc4random_uniform( in dhcp6_sendmessage()1082 rnd += (suseconds_t)arc4random_uniform( in dhcp6_sendmessage()
1389 (time_t)arc4random_uniform(MIN(MAX_DESYNC_FACTOR, in ipv6_regen_desync()
522 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() function