Searched defs:refclockstat (Results 1 – 1 of 1) sorted by relevance
68 struct refclockstat { struct69 u_char type; /* clock type */70 u_char flags; /* clock flags */71 u_char haveflags; /* bit array of valid flags */72 u_short lencode; /* length of last timecode */73 const char *p_lastcode; /* last timecode received */74 u_int32 polls; /* transmit polls */75 u_int32 noresponse; /* no response to poll */76 u_int32 badformat; /* bad format timecode received */77 u_int32 baddata; /* invalid data timecode received */[all …]