Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h243 struct s_fixedpt { struct
296 struct s_fixedpt distance;
297 struct s_fixedpt dispersion;
365 struct s_fixedpt distance; /* receive */
366 struct s_fixedpt dispersion; /* receive */
400 struct s_fixedpt distance; /* clock update */
401 struct s_fixedpt dispersion; /* clock update */
H A Dsnoop_ntp.c54 static double s_fixed_to_double(struct s_fixedpt *);
433 s_fixed_to_double(struct s_fixedpt *t) in s_fixed_to_double()