Home
last modified time | relevance | path

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

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