Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h236 struct l_fixedpt { struct
297 struct l_fixedpt reftime;
298 struct l_fixedpt org;
299 struct l_fixedpt rec;
300 struct l_fixedpt xmt;
366 struct l_fixedpt reftime; /* receive */
367 struct l_fixedpt org; /* receive, clear */
368 struct l_fixedpt rec; /* receive, clear */
369 struct l_fixedpt xmt; /* transmit, clear */
401 struct l_fixedpt reftime; /* clock update */
[all …]
H A Dsnoop_ntp.c51 static char *show_time(struct l_fixedpt);
466 show_time(struct l_fixedpt pkt_time) in show_time()
468 struct l_fixedpt net_time; in show_time()