Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddispatch.c59 static const struct timespec timespec_intmax_ms = { variable
197 if (timespeccmp(&howlong, &timespec_intmax_ms, >)) in dispatch()
198 howlong = timespec_intmax_ms; in dispatch()