Home
last modified time | relevance | path

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

/dragonfly/sbin/dhclient/
H A Ddhclient.c794 time_t stop_selecting; in dhcpoffer() local
844 stop_selecting = client->first_sending + config->select_interval; in dhcpoffer()
867 if (stop_selecting <= time(NULL)) in dhcpoffer()
870 set_timeout(stop_selecting, state_selecting); in dhcpoffer()