HomeSort by: relevance | last modified time | path
    Searched refs:FLAG_TSTAMP_PPS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp.h 475 #define FLAG_TSTAMP_PPS 0x10000 /* PPS source provides absolute timestamp */
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 4225 parse->peer->flags |= (FLAG_PPS | FLAG_TSTAMP_PPS);
4231 parse->peer->flags &= ~(FLAG_PPS | FLAG_TSTAMP_PPS);
ntp_proto.c 3822 if (!(peer->flags & FLAG_TSTAMP_PPS))

Completed in 24 milliseconds