Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_udp.c765 static uint64_t throttle_val = 0; in kdp_set_ip_and_mac_addresses() local
789 if (!throttle_val) { in kdp_set_ip_and_mac_addresses()
790 nanoseconds_to_absolutetime(KDP_THROTTLE_VALUE, &throttle_val); in kdp_set_ip_and_mac_addresses()
795 ((cur_time - last_time) > throttle_val)) { in kdp_set_ip_and_mac_addresses()