Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
Dntp_refclock.h143 struct refclockproc { struct
144 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 …]