Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_neoclock4x.c120 char timesource; member
323 up->timesource = '?'; in neoclock4x_start()
527 up->timesource = pp->a_lastcode[NEOCLOCK4X_OFFSET_TIMESOURCE]; in neoclock4x_receive()
530 if('A' != up->timesource) in neoclock4x_receive()
748 if('A' == up->timesource) in neoclock4x_control()
750 else if('C' == up->timesource) in neoclock4x_control()
/freebsd-13-stable/contrib/libpcap/
HDpcap-linux.c3137 int timesource; in create_ring() local
3205 timesource = SOF_TIMESTAMPING_SYS_HARDWARE; in create_ring()
3212 timesource = SOF_TIMESTAMPING_RAW_HARDWARE; in create_ring()
3215 (void *)&timesource, sizeof(timesource))) { in create_ring()