Searched refs:arp_timeout_needed (Results 1 – 1 of 1) sorted by relevance
1032 struct timespec arp_timeout_needed; in dhcpoffer() local1092 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()