Searched refs:ntp (Results 1 - 25 of 118) sorted by relevance

12345

/netbsd-current/distrib/syspkg/sets/base/base-ntp-bin/
H A DMakefile3 PKGBASE=base-ntp-bin
/netbsd-current/distrib/syspkg/sets/etc/etc-ntp-etc/
H A DMakefile3 PKGBASE=etc-ntp-etc
/netbsd-current/distrib/syspkg/sets/etc/etc-ntp-rc/
H A DMakefile3 PKGBASE=etc-ntp-rc
/netbsd-current/distrib/syspkg/sets/man/man-ntp-man/
H A DMakefile3 PKGBASE=man-ntp-man
/netbsd-current/distrib/syspkg/sets/misc/misc-ntp-htmldoc/
H A DMakefile3 PKGBASE=misc-ntp-htmldoc
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Ddata_formats.h8 #include <ntp.h>
/netbsd-current/distrib/syspkg/sets/man/man-ntp-catman/
H A DMakefile3 PKGBASE=man-ntp-catman
/netbsd-current/external/bsd/ntp/dist/util/
H A DMakefile.am7 EXTRA_PROGRAMS= audio-pcm byteorder hist jitter kern longsize ntp-keygen \
27 ntp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
32 invoke-ntp-keygen.menu \
33 invoke-ntp-keygen.texi \
34 ntp-keygen-opts.def \
35 ntp-keygen.1ntp-keygenman \
36 ntp
[all...]
/netbsd-current/external/bsd/ntp/bin/ntp-keygen/
H A DMakefile5 PROG= ntp-keygen
6 MAN= ntp-keygen.8
9 SRCS= ntp-keygen-opts.c \
10 ntp-keygen.c
23 COPTS.ntp-keygen.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=restrict :}
24 COPTS.ntp-keygen.c+= -Wno-error=deprecated-declarations
/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dntp-close3 lynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
6 sort -n +7 > /tmp/ntp-close
H A Dntp-restart9 /usr/local/bin/ntp-wait
/netbsd-current/usr.sbin/timed/timed/
H A Dtimed.c128 struct netinfo *ntp; local
277 ntp = NULL;
281 if (!ntp)
282 ntp = malloc(sizeof(struct netinfo));
283 (void)memset(ntp, 0, sizeof(*ntp));
284 ntp->my_addr=((struct sockaddr_in *)(void *)ifa->ifa_addr)->sin_addr;
285 ntp->status = NOMASTER;
294 ntp->mask = ((struct sockaddr_in *)(void *)
298 ntp
448 lookformaster(struct netinfo *ntp) argument
549 struct netinfo *ntp; local
602 struct netinfo *ntp; local
617 struct netinfo *ntp; local
637 pickslavenet(struct netinfo *ntp) argument
[all...]
H A Dslave.c77 struct netinfo *ntp; local
98 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
99 if (ntp->status == MASTER)
100 masterup(ntp);
118 for (ntp = nettab; ntp != NULL; ntp
[all...]
/netbsd-current/external/bsd/ntp/dist/conf/
H A Dbaldwin.conf2 # NTP manycast configuration file (ntp.conf) for DCnet hosts
10 driftfile /etc/ntp.drift # path for drift file
H A Dbeauregard.conf2 # NTP configuration file (ntp.conf)
12 driftfile /etc/ntp.drift # path for drift file
20 keys /usr/local/etc/ntp.keys # path for keys file
H A Dmalarky.conf2 # NTP configuration file (ntp.conf)
7 # /usr/local/bin/ntpd -a -k /usr/local/bin/ntp.keys -m -t 3
13 driftfile /etc/ntp.drift # path for drift file
21 keys /usr/local/etc/ntp.keys # path for key file
H A Dgrundoon.conf2 # NTP configuration file (ntp.conf)
27 keys /usr/local/etc/ntp.keys # path for keys file
34 driftfile /etc/ntp.drift # path for drift file
H A Dpogo.conf2 # NTP configuration file (ntp.conf)
34 keys /usr/local/etc/ntp.keys # path for keys file
41 driftfile /etc/ntp.drift # path for drift file
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A DMakefile.am86 man5_MANS= ntp.conf.5 ntp.keys.5
132 invoke-ntp.conf.menu \
133 invoke-ntp.conf.texi \
134 invoke-ntp.keys.menu \
135 invoke-ntp.keys.texi \
139 ntp.conf.5man \
140 ntp.conf.5mdoc \
141 ntp.conf.def \
142 ntp
[all...]
/netbsd-current/external/bsd/ntp/bin/
H A DMakefile5 SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
/netbsd-current/etc/
H A Dntp.conf1 # $NetBSD: ntp.conf,v 1.23 2021/10/28 07:24:40 kim Exp $
10 # http://www.ntp.org/documentation.html
24 driftfile /var/db/ntp.drift
59 # See /usr/share/doc/html/ntp/accopt.html for syntax.
60 # See <http://support.ntp.org/bin/view/Support/AccessRestrictions> for advice.
106 # See <http://support.ntp.org/bin/view/Support/DesigningYourNTPNetwork>
107 # and <http://support.ntp.org/bin/view/Support/SelectingOffsiteNTPServers>
120 #peer an.ntp.peer.goes.here iburst
121 #server an.ntp.server.goes.here iburst
123 # The pool.ntp
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dcaljulian.c25 uint32_t ntp,
36 * Unfold ntp time around current time into NTP domain. Split
40 vlong = ntpcal_ntp_to_ntp(ntp, NULL);
24 caljulian( uint32_t ntp, struct calendar * jt ) argument
/netbsd-current/external/bsd/ntp/dist/scripts/ntp-wait/
H A DMakefile.in92 subdir = scripts/ntp-wait
139 CONFIG_CLEAN_FILES = ntp-wait
197 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ntp-wait.in
470 man_MANS = ntp-wait.$(NTP_WAIT_MS)
480 $(top_srcdir)/sntp/include/ntp.lic \
484 EXTRA_SCRIPTS = ntp-wait
487 ntp-wait.in \
488 ntp-wait.1ntp-waitman \
489 ntp
[all...]
/netbsd-current/etc/rc.d/
H A Dntpdate28 ' </etc/ntp.conf)
31 echo "Setting date via ntp."
/netbsd-current/external/bsd/dhcpcd/libexec/dhcpcd-hooks/
H A DMakefile11 FILES+= 50-ntp.conf

Completed in 221 milliseconds

12345