Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h241 struct s_fixedpt { struct
294 struct s_fixedpt distance;
295 struct s_fixedpt dispersion;
363 struct s_fixedpt distance; /* receive */
364 struct s_fixedpt dispersion; /* receive */
398 struct s_fixedpt distance; /* clock update */
399 struct s_fixedpt dispersion; /* clock update */
H A Dsnoop_ntp.c52 static double s_fixed_to_double(struct s_fixedpt *);
431 s_fixed_to_double(struct s_fixedpt *t) in s_fixed_to_double()