Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_proto.c3467 struct peer *typepps = NULL; in clock_select() local
3725 if (typepps == NULL) in clock_select()
3726 typepps = peer; in clock_select()
3929 if ( typepps != NULL in clock_select()
3931 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()
3932 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
3935 typesystem = typepps; in clock_select()