Searched refs:timesource (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c4660 int timesource; local
4725 timesource = SOF_TIMESTAMPING_SYS_HARDWARE;
4732 timesource = SOF_TIMESTAMPING_RAW_HARDWARE;
4735 (void *)&timesource, sizeof(timesource))) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c120 char timesource; member in struct:neoclock4x_unit
323 up->timesource = '?';
527 up->timesource = pp->a_lastcode[NEOCLOCK4X_OFFSET_TIMESOURCE];
530 if('A' != up->timesource)
748 if('A' == up->timesource)
749 snprintf(tt, 39, "timesource=\"radio\"");
750 else if('C' == up->timesource)
751 snprintf(tt, 39, "timesource=\"quartz\"");
753 snprintf(tt, 39, "timesource=\"unknown\"");

Completed in 184 milliseconds