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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_atom.c195 peer->flags |= FLAG_PPS;
229 peer->flags &= ~FLAG_PPS;
H A Drefclock_wwvb.c401 if (peer->flags & FLAG_PPS)
442 peer->flags |= FLAG_PPS;
484 peer->flags &= ~FLAG_PPS;
533 peer->flags &= ~FLAG_PPS;
H A Drefclock_nmea.c374 peer->flags &= ~FLAG_PPS;
439 peer->flags |= FLAG_PPS;
839 if (peer->flags & FLAG_PPS)
871 peer->flags &= ~FLAG_PPS;
H A Drefclock_parse.c4008 parse->peer->flags |= FLAG_PPS;
4010 parse->peer->flags &= ~FLAG_PPS;
4020 parse->peer->flags &= ~FLAG_PPS;
H A Dntp_proto.c2487 if (peer->flags & FLAG_PPS) {
/macosx-10.10.1/ntp-92/include/
H A Dntp.h448 #define FLAG_PPS 0x0080 /* steered by PPS */ macro

Completed in 270 milliseconds