Searched defs:refclockproc (Results 1 – 1 of 1) sorted by relevance
139 struct refclockproc { struct140 void * unitptr; /* pointer to unit structure */141 struct refclock * conf; /* refclock_conf[type] */142 struct refclockio io; /* I/O handler structure */143 u_char leap; /* leap/synchronization code */144 u_char currentstatus; /* clock status */145 u_char lastevent; /* last exception event */146 u_char type; /* clock type */147 u_char inpoll; /* waiting for 'refclock_receive()' */148 const char *clockdesc; /* clock description */[all …]