Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddhclient.c640 ip->client->first_sending = cur_time; in state_reboot()
667 ip->client->first_sending = cur_time; in state_init()
751 ip->client->first_sending = cur_time; in state_selecting()
962 ip->client->first_sending = cur_time; in state_bound()
1099 ip->client->first_sending + ip->client->config->select_interval; in dhcpoffer()
1301 interval = cur_time - ip->client->first_sending; in send_discover()
1365 ip->client->first_sending + ip->client->config->timeout) in send_discover()
1367 (ip->client->first_sending + in send_discover()
1495 interval = cur_time - ip->client->first_sending; in send_request()
H A Ddhcpd.h186 time_t first_sending; member