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

  /src/external/bsd/ntp/dist/ntpd/
refclock_neoclock4x.c 122 char timesource; member in struct:neoclock4x_unit
325 up->timesource = '?';
529 up->timesource = pp->a_lastcode[NEOCLOCK4X_OFFSET_TIMESOURCE];
532 if('A' != up->timesource)
751 if('A' == up->timesource)
752 snprintf(tt, 39, "timesource=\"radio\"");
753 else if('C' == up->timesource)
754 snprintf(tt, 39, "timesource=\"quartz\"");
756 snprintf(tt, 39, "timesource=\"unknown\"");
  /src/external/bsd/libpcap/dist/
pcap-linux.c 3280 int timesource; local
3348 timesource = SOF_TIMESTAMPING_SYS_HARDWARE;
3355 timesource = SOF_TIMESTAMPING_RAW_HARDWARE;
3358 (void *)&timesource, sizeof(timesource))) {

Completed in 133 milliseconds