Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c103 if (monosec() + TOO_CLOSE >= t2) { in dhcp_renew()
105 monosec() > t2 ? "" : "almost ", dsmp->dsm_name); in dhcp_renew()
117 if (monosec() + RETRY_DELAY < t2) { in dhcp_renew()
182 expiremax = monosec(); in dhcp_rebind()
222 if (monosec() + RETRY_DELAY < expiremax) { in dhcp_rebind()
533 if (monosec() + TOO_CLOSE >= t2) { in stop_extending()
535 monosec() > t2 ? "" : "almost ", dsmp->dsm_name); in stop_extending()
H A Dutil.c120 monosec_to_string(monosec_t monosec) in monosec_to_string() argument
122 time_t time = monosec_to_time(monosec); in monosec_to_string()
139 monosec(void) in monosec() function
154 return (abs_monosec - monosec()) + time(NULL); in monosec_to_time()
H A Dutil.h70 monosec_t monosec(void);
H A Dpacket.c216 dsmp->dsm_newstart_monosec = monosec(); in init_pkt()
878 dsmp->dsm_newstart_monosec = monosec(); in send_pkt_internal()
885 dpkt->pkt->secs = htons(monosec() - in send_pkt_internal()
890 dsmp->dsm_newstart_monosec = monosec(); in send_pkt_internal()
897 dpkt->pkt->secs = htons(monosec() - in send_pkt_internal()
1477 mono = monosec(); in next_retransmission()
H A DREADME390 been used. The function monosec() in util.c returns the current
391 monosec, and monosec_to_time() can convert a given monosec to wall
H A Dbound.c140 dsmp->dsm_newstart_monosec = monosec(); in dhcp_bound()