Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kdp/
H A Dkdp_udp.c763 static uint64_t throttle_val = 0; in kdp_set_ip_and_mac_addresses() local
787 if (!throttle_val) { in kdp_set_ip_and_mac_addresses()
788 nanoseconds_to_absolutetime(KDP_THROTTLE_VALUE, &throttle_val); in kdp_set_ip_and_mac_addresses()
793 ((cur_time - last_time) > throttle_val)) { in kdp_set_ip_and_mac_addresses()