Searched defs:maxabs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinit_reboot.c238 uint_t nowabs, maxabs; local
241 maxabs = NSEC2MSEC(dsmp->dsm_neg_hrtime) + DHCPV6_CNF_MAX_RD;
242 if (nowabs < maxabs) {
244 if (nowabs + dsmp->dsm_send_timeout > maxabs)
245 dsmp->dsm_send_timeout = maxabs - nowabs;

Completed in 52 milliseconds