Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h238 struct l_fixedpt { struct
299 struct l_fixedpt reftime;
300 struct l_fixedpt org;
301 struct l_fixedpt rec;
302 struct l_fixedpt xmt;
368 struct l_fixedpt reftime; /* receive */
369 struct l_fixedpt org; /* receive, clear */
370 struct l_fixedpt rec; /* receive, clear */
371 struct l_fixedpt xmt; /* transmit, clear */
403 struct l_fixedpt reftime; /* clock update */
[all …]
H A Dsnoop_ntp.c53 static char *show_time(struct l_fixedpt);
468 show_time(struct l_fixedpt pkt_time) in show_time()
470 struct l_fixedpt net_time; in show_time()