Searched refs:random_sec (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-ipv4acd.c187 static int ipv4acd_set_next_wakeup(sd_ipv4acd *ll, int sec, int random_sec) { argument
194 assert(random_sec >= 0);
199 if (random_sec)
200 next_timeout += random_u32() % (random_sec * USEC_PER_SEC);

Completed in 700 milliseconds