Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.c68 static uint32_t dhcp_start_time; /* start time (msecs */ variable
302 s->secs = htons((uint16_t)((prom_gettime() - dhcp_start_time)/1000)); in bootp_success()
661 pkt->secs = htons((uint16_t)((prom_gettime() - dhcp_start_time)/1000)); in dhcp_selecting()
1162 dhcp_start_time = prom_gettime(); in dhcp()