Symbol: monosec
usr/src/cmd/cmd-inet/sbin/dhcpagent/bound.c
145
dsmp->dsm_newstart_monosec = monosec();
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
1510
mono = monosec();
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
217
dsmp->dsm_newstart_monosec = monosec();
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
911
dsmp->dsm_newstart_monosec = monosec();
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
918
dpkt->pkt->secs = htons(monosec() -
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
923
dsmp->dsm_newstart_monosec = monosec();
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
930
dpkt->pkt->secs = htons(monosec() -
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
104
if (monosec() + TOO_CLOSE >= t2) {
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
106
monosec() > t2 ? "" : "almost ", dsmp->dsm_name);
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
118
if (monosec() + RETRY_DELAY < t2) {
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
183
expiremax = monosec();
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
223
if (monosec() + RETRY_DELAY < expiremax) {
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
535
if (monosec() + TOO_CLOSE >= t2) {
usr/src/cmd/cmd-inet/sbin/dhcpagent/renew.c
537
monosec() > t2 ? "" : "almost ", dsmp->dsm_name);
usr/src/cmd/cmd-inet/sbin/dhcpagent/util.c
137
monosec_to_string(monosec_t monosec)
usr/src/cmd/cmd-inet/sbin/dhcpagent/util.c
139
time_t time = monosec_to_time(monosec);
usr/src/cmd/cmd-inet/sbin/dhcpagent/util.c
171
return (abs_monosec - monosec()) + time(NULL);
usr/src/cmd/cmd-inet/sbin/dhcpagent/util.h
72
monosec_t monosec(void);