Searched refs:maxabs (Results 1 – 1 of 1) sorted by relevance
238 uint_t nowabs, maxabs; in stop_init_reboot() local241 maxabs = NSEC2MSEC(dsmp->dsm_neg_hrtime) + DHCPV6_CNF_MAX_RD; in stop_init_reboot()242 if (nowabs < maxabs) { in stop_init_reboot()244 if (nowabs + dsmp->dsm_send_timeout > maxabs) in stop_init_reboot()245 dsmp->dsm_send_timeout = maxabs - nowabs; in stop_init_reboot()