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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c659 uint32_t shortest; local
774 shortest = DHCPV6_INFTIME;
903 if (d6ia.d6ia_preflife < shortest)
904 shortest = d6ia.d6ia_preflife;
916 if ((d6in.d6in_t1 = shortest / 2) == 0)
918 d6in.d6in_t2 = shortest - shortest / 5;

Completed in 79 milliseconds