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

/systemd/src/basic/
H A Drandom-util.h35 static inline uint32_t random_u32(void) { function
/systemd/src/libsystemd-network/
H A Dsd-ipv4acd.c200 next_timeout += random_u32() % (random_sec * USEC_PER_SEC);
H A Dsd-dhcp6-client.c501 (random_u32() % (2 * USEC_PER_SEC)) * val / 10 / USEC_PER_SEC;
1113 client->transaction_id = random_u32() & htobe32(0x00ffffff);
H A Dsd-dhcp-client.c846 next_timeout += (random_u32() & 0x1fffff);
1009 client->xid = random_u32();
1230 + (random_u32() & 0x1fffff);

Completed in 878 milliseconds