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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c471 unsigned long fracsec; local
482 fracsec = net_time.fraction / 42949; /* fract / (2**32/10**6) */
485 (void) snprintf(buff, sizeof (buff), "%s.%05lu", buff, fracsec);

Completed in 57 milliseconds