Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddhclient.c1033 struct timespec stop_selecting = { .tv_sec = 0, .tv_nsec = 0 }; in dhcpoffer() local
1098 stop_selecting.tv_sec = in dhcpoffer()
1119 timespeccmp(&interm_struct, &stop_selecting, >)) in dhcpoffer()
1138 timespecsub(&stop_selecting, &time_now, &time_left); in dhcpoffer()
1141 timespecadd(&time_now, &arp_timeout_needed, &stop_selecting); in dhcpoffer()
1149 if (timespeccmp(&stop_selecting, &zero_timespec, <=)) in dhcpoffer()
1152 add_timeout_timespec(stop_selecting, state_selecting, ip); in dhcpoffer()