Searched defs:eesunit (Results 1 – 1 of 1) sorted by relevance
242 struct eesunit { /* EES unit control structure. */ struct243 struct peer *peer; /* associated peer structure */244 struct refclockio io; /* given to the I/O handler */245 l_fp reftime; /* reference time */246 l_fp lastsampletime; /* time as in txt from last EES msg */247 l_fp arrvtime; /* Time at which pkt arrived */248 l_fp codeoffsets[NCODES]; /* the time of arrival of 232 codes */249 l_fp offset; /* chosen offset (for clkbug) */250 l_fp lowoffset; /* lowest sample offset (for clkbug) */251 l_fp highoffset; /* highest " " (for clkbug) */[all …]