Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_proto.c3456 struct peer *typepps = NULL; in clock_select() local
3730 if (typepps == NULL) in clock_select()
3731 typepps = peer; in clock_select()
3937 if ( typepps != NULL in clock_select()
3939 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()
3940 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
3943 typesystem = typepps; in clock_select()