Searched refs:FLAG_PPS (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_atom.c195 peer->flags |= FLAG_PPS;
230 peer->flags &= ~FLAG_PPS;
H A Drefclock_wwvb.c437 if (peer->flags & FLAG_PPS)
486 peer->flags |= FLAG_PPS;
528 peer->flags &= ~FLAG_PPS;
577 peer->flags &= ~FLAG_PPS;
H A Drefclock_nmea.c569 peer->flags &= ~FLAG_PPS;
992 peer->flags |= FLAG_PPS;
1000 /* !Note! 'FLAG_PPS' is reset in 'nmea_poll()' */
1118 peer->flags &= ~FLAG_PPS;
1130 peer->flags &= ~FLAG_PPS;
H A Drefclock_oncore.c631 peer->flags &= ~FLAG_PPS; /* PPS not active yet */
1614 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1621 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1633 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1644 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1672 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1701 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1762 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1769 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1882 peer->flags &= ~FLAG_PPS; /* proble
[all...]
H A Drefclock_gpsdjson.c757 peer->flags &= ~FLAG_PPS;
792 peer->flags &= ~FLAG_PPS;
876 peer->flags &= ~FLAG_PPS;
994 peer->flags |= FLAG_PPS;
H A Drefclock_parse.c4209 parse->peer->flags |= (FLAG_PPS | FLAG_TSTAMP_PPS);
4215 parse->peer->flags &= ~(FLAG_PPS | FLAG_TSTAMP_PPS);
H A Dntp_proto.c3729 if (peer->flags & FLAG_PPS) {
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h458 #define FLAG_PPS 0x0080 /* steered by PPS */ macro

Completed in 100 milliseconds