Searched refs:arc_last_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_arc.c878 int arc_last_offset; local
903 The `arc_last_offset' is the offset in lastcode[] of the last byte
912 arc_last_offset = pp->lencode+rbufp->recv_length - 1;
939 (arc_last_offset >= 1)) {
960 if(arc_last_offset > LENARC) {
964 arc_last_offset, LENARC);
972 L_SUBUF(&timestamp, charoffsets[arc_last_offset]);
979 arc_last_offset,
981 charoffsets[arc_last_offset],

Completed in 109 milliseconds