Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/compat/
Darc4random_uniform.h33 uint32_t arc4random_uniform(uint32_t);
Darc4random_uniform.c35 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
/external/dhcpcd-6.8.2/
DNOTICE86 compat/arc4random_uniform.c, compat/arc4random_uniform.h
Darp.c276 tv.tv_nsec = (suseconds_t)arc4random_uniform( in arp_probe1()
Dipv6nd.c673 arc4random_uniform(IDGEN_DELAY * NSEC_PER_SEC); in ipv6nd_dadcallback()
1754 tv.tv_nsec = (suseconds_t)arc4random_uniform( in ipv6nd_startrs()
Dconfigure573 arc4random_uniform(100);
Ddhcp.c1630 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()
Ddhcp6.c1065 state->RT.tv_nsec = (suseconds_t)arc4random_uniform( in dhcp6_sendmessage()
1082 rnd += (suseconds_t)arc4random_uniform( in dhcp6_sendmessage()
Dipv6.c1389 (time_t)arc4random_uniform(MIN(MAX_DESYNC_FACTOR, in ipv6_regen_desync()
/external/libevent/
Darc4random.c522 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() function