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

/freebsd-10.1-release/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.c611 peer->flags &= ~FLAG_PPS;
1066 peer->flags |= FLAG_PPS;
1126 peer->flags &= ~FLAG_PPS;
H A Drefclock_oncore.c629 peer->flags &= ~FLAG_PPS; /* PPS not active yet */
1612 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1619 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1631 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1642 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1670 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1699 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1760 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1767 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */
1877 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.c4200 parse->peer->flags |= (FLAG_PPS | FLAG_TSTAMP_PPS);
4206 parse->peer->flags &= ~(FLAG_PPS | FLAG_TSTAMP_PPS);
H A Dntp_proto.c3324 if (peer->flags & FLAG_PPS) {
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp.h457 #define FLAG_PPS 0x0080 /* steered by PPS */ macro

Completed in 143 milliseconds