Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddhclient.c1032 struct timespec arp_timeout_needed; in dhcpoffer() local
1092 arp_timeout_needed = zero_timespec; in dhcpoffer()
1095 arp_timeout_needed = arp_timeout; in dhcpoffer()
1116 timespecadd(&time_now, &arp_timeout_needed, &interm_struct); in dhcpoffer()
1120 arp_timeout_needed = zero_timespec; in dhcpoffer()
1140 if (timespeccmp(&time_left, &arp_timeout_needed, <)) { in dhcpoffer()
1141 timespecadd(&time_now, &arp_timeout_needed, &stop_selecting); in dhcpoffer()