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

/freebsd-9.3-release/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\"");
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c3432 int timesource; local
3489 timesource = SOF_TIMESTAMPING_SYS_HARDWARE;
3496 timesource = SOF_TIMESTAMPING_RAW_HARDWARE;
3499 (void *)&timesource, sizeof(timesource))) {

Completed in 77 milliseconds