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

/freebsd-current/sbin/dhclient/
H A Ddhclient.c633 ip->client->first_sending = cur_time;
660 ip->client->first_sending = cur_time;
744 ip->client->first_sending = cur_time;
955 ip->client->first_sending = cur_time;
1087 ip->client->first_sending + ip->client->config->select_interval;
1279 interval = cur_time - ip->client->first_sending;
1343 ip->client->first_sending + ip->client->config->timeout)
1345 (ip->client->first_sending +
1473 interval = cur_time - ip->client->first_sending;
H A Ddhcpd.h186 time_t first_sending; member in struct:client_state

Completed in 203 milliseconds