Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3544 struct peer *typepps = NULL; in clock_select() local
3818 if (typepps == NULL) in clock_select()
3819 typepps = peer; in clock_select()
4025 if ( typepps != NULL in clock_select()
4027 && ( typepps->refclktype != REFCLK_ATOM_PPS in clock_select()
4028 || ( typepps->refclktype == REFCLK_ATOM_PPS in clock_select()
4031 typesystem = typepps; in clock_select()