Home
last modified time | relevance | path

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

/dragonfly/sbin/dhclient/
HDdhclient.c560 client->first_sending = time(NULL); in state_reboot()
579 client->first_sending = time(NULL); in state_init()
647 client->first_sending = cur_time; in state_selecting()
782 client->first_sending = time(NULL); in state_bound()
844 stop_selecting = client->first_sending + config->select_interval; in dhcpoffer()
988 interval = cur_time - client->first_sending; in send_discover()
1023 client->first_sending + config->timeout) in send_discover()
1024 client->interval = (client->first_sending + in send_discover()
1142 interval = (int)(cur_time - client->first_sending); in send_request()
HDdhcpd.h164 time_t first_sending; member