Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_loopfilter.c159 int mode_ntpdate = FALSE; /* exit on first clock set (-q) */ variable
514 if (mode_ntpdate) { in local_clock()
963 if (!ntp_enable || mode_ntpdate) in adj_host_clock()
1258 if (mode_ntpdate) in loop_config()
HDcmd_args.c96 mode_ntpdate = TRUE; in getCmdOpts()
HDntp_peer.c618 if (mode_ntpdate) in peer_config()
961 if (mode_ntpdate) in newpeer()
HDntp_proto.c559 if (mode_ntpdate) { in transmit()
/freebsd-11-stable/contrib/ntp/include/
HDntpd.h416 extern int mode_ntpdate; /* exit on first clock set (-q) */
/freebsd-11-stable/contrib/ntp/
HDCommitLog-4.1.0490 * ntpd/ntp_proto.c: Lose extra definition of mode_ntpdate.
689 * ntpd/ntp_proto.c: mode_ntpdate and peer_ntpdate added.
691 cleanup. mode_ntpdate changes.
699 mode_ntpdate.
799 * ntpd/ntp_loopfilter.c (local_clock): mode_ntpdate stuff.
801 * ntpd/cmd_args.c: Use -q, not -z, for mode_ntpdate.
802 (getstartup): nofork on mode_ntpdate. Usage update.
810 * ntpd/ntp_proto.c (clock_update): mode_ntpdate support.
811 * ntpd/ntp_loopfilter.c (local_clock): mode_ntpdate support.
812 * ntpd/cmd_args.c: Added -z (mode_ntpdate).
[all …]