Searched defs:monosec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c120 monosec_to_string(monosec_t monosec) argument
122 time_t time = monosec_to_time(monosec);
131 * monosec(): returns a monotonically increasing time in seconds that
139 monosec(void) function
154 return (abs_monosec - monosec()) + time(NULL);

Completed in 43 milliseconds