HomeSort by: relevance | last modified time | path
    Searched defs:arc_last_offset (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_arc.c 883 int arc_last_offset; local
908 The `arc_last_offset' is the offset in lastcode[] of the last byte
917 arc_last_offset = pp->lencode+rbufp->recv_length - 1;
944 (arc_last_offset >= 1)) {
965 if(arc_last_offset > LENARC) {
969 arc_last_offset, LENARC);
977 L_SUBUF(&timestamp, charoffsets[arc_last_offset]);
984 arc_last_offset,
986 charoffsets[arc_last_offset],

Completed in 25 milliseconds