Searched defs:refclockproc (Results 1 – 1 of 1) sorted by relevance
143 struct refclockproc { struct144 void * unitptr; /* pointer to unit structure */145 struct refclock * conf; /* refclock_conf[type] */146 struct refclockio io; /* I/O handler structure */147 u_char leap; /* leap/synchronization code */148 u_char currentstatus; /* clock status */149 u_char lastevent; /* last exception event */150 u_char type; /* clock type */151 const char *clockdesc; /* clock description */152 u_long nextaction; /* local activity timeout */[all …]