Searched refs:RandomULong (Results 1 – 20 of 20) sorted by relevance
78 return mask & RandomULong(); in random()
139 return RandomULong() & IPV6_FLOWLABEL_MASK; in ip6_randomflowlabel()
114 #define MLD_RANDOM_DELAY(X) (RandomULong() % (X) + 1)
171 val32 = RandomULong() ^ tv.tv_usec;
450 (((MIN_RANDOM_FACTOR * (x >> 10)) + (RandomULong() & \
477 (RandomULong() ^ tv.tv_usec) % MAX_TEMP_DESYNC_FACTOR; in ip6_init()
2257 dp->dad_nonce[i] = RandomULong(); in nd6_dad_ns_output()
56 u_int32_t RandomULong( void );
234 RandomULong(void) in RandomULong() function
1317 const uint32_t uniqid = RandomULong(); in test_printf()1431 const uint32_t uniqid = RandomULong(); in test_os_log()1491 test_oslog_debug(RandomULong(), 100, NULL, NULL); in _test_log_loop()1515 test_oslog_info(RandomULong(), 100, NULL, NULL); in test_os_log_parallel()1578 out[1] = RandomULong(); in test_oslog_handleOSLogCtl()
3490 inp_hash_seed = RandomULong(); in inp_calc_flowhash()3502 fh.infh_rand1 = RandomULong(); in inp_calc_flowhash()3503 fh.infh_rand2 = RandomULong(); in inp_calc_flowhash()3509 inp_hash_seed = RandomULong(); in inp_calc_flowhash()3527 inp_hash_seed = RandomULong(); in inp_calc_flowhash()
1679 tcp_cache_hash_seed = RandomULong(); in tcp_cache_init()
337 key[1] = RandomULong(); in flow_divert_add_to_group()340 g_hash_seed = RandomULong(); in flow_divert_add_to_group()
538 ip_id = (u_short)(RandomULong() ^ tv.tv_usec); in ip_init()
1788 sauth_entry->msae_laddr_rand = RandomULong(); in mptcp_attach_to_subf()
7197 rnd = RandomULong(); in tcp_dropdropablreq()
2213 pf_hash_seed = RandomULong(); in pf_calc_state_key_flowhash()3401 RandomULong(); in pf_map_addr()3407 RandomULong(); in pf_map_addr()3413 RandomULong(); in pf_map_addr()3419 RandomULong(); in pf_map_addr()5337 } else if (r->prob && r->prob <= (RandomULong() % (UINT_MAX - 1) + 1)) { in pf_test_rule()6354 } else if (r->prob && r->prob <= (RandomULong() % (UINT_MAX - 1) + 1)) { in pf_test_dummynet()6546 } else if (r->prob && r->prob <= (RandomULong() % (UINT_MAX - 1) + 1)) { in pf_test_fragment()
11388 ifnet_flowhash_seed = RandomULong(); in ifnet_calc_flowhash()11400 fh.ifk_rand1 = RandomULong(); in ifnet_calc_flowhash()11401 fh.ifk_rand2 = RandomULong(); in ifnet_calc_flowhash()11407 ifnet_flowhash_seed = RandomULong(); in ifnet_calc_flowhash()
7269 sc->sc_rthash_key = RandomULong();7336 sc->sc_rthash_key = RandomULong();
542 pf_hash_seed = RandomULong(); in pfinit()