Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_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()
/src/contrib/libpcap/
H A Dpcap-linux.c3275 int timesource; in create_ring() local
3343 timesource = SOF_TIMESTAMPING_SYS_HARDWARE; in create_ring()
3350 timesource = SOF_TIMESTAMPING_RAW_HARDWARE; in create_ring()
3353 (void *)&timesource, sizeof(timesource))) { in create_ring()