Home
last modified time | relevance | path

Searched defs:refclockstat (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h64 struct refclockstat { struct
65 u_char type; /* clock type */
66 u_char flags; /* clock flags */
67 u_short haveflags; /* bit array of valid flags */
68 u_short lencode; /* length of last timecode */
69 const char *p_lastcode; /* last timecode received */
70 u_int32 polls; /* transmit polls */
71 u_int32 noresponse; /* no response to poll */
72 u_int32 badformat; /* bad format timecode received */
73 u_int32 baddata; /* invalid data timecode received */
[all …]