HomeSort by: relevance | last modified time | path
    Searched refs:ntp (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/distrib/syspkg/sets/base/base-ntp-bin/
Makefile 3 PKGBASE=base-ntp-bin
  /src/distrib/syspkg/sets/etc/etc-ntp-etc/
Makefile 3 PKGBASE=etc-ntp-etc
  /src/distrib/syspkg/sets/etc/etc-ntp-rc/
Makefile 3 PKGBASE=etc-ntp-rc
  /src/distrib/syspkg/sets/man/man-ntp-catman/
Makefile 3 PKGBASE=man-ntp-catman
  /src/distrib/syspkg/sets/man/man-ntp-man/
Makefile 3 PKGBASE=man-ntp-man
  /src/distrib/syspkg/sets/misc/misc-ntp-htmldoc/
Makefile 3 PKGBASE=misc-ntp-htmldoc
  /src/external/bsd/ntp/dist/sntp/
data_formats.h 8 #include <ntp.h>
  /src/external/bsd/ntp/bin/ntp-keygen/
Makefile 5 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
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-close 3 lynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
6 sort -n +7 > /tmp/ntp-close
ntp-restart 3 # This script can be used to kill and restart the NTP daemon. Edit the
9 /usr/local/bin/ntp-wait
  /src/usr.sbin/timed/timed/
timed.c 128 struct netinfo *ntp; local
275 ntp = NULL;
279 if (!ntp)
280 ntp = malloc(sizeof(struct netinfo));
281 (void)memset(ntp, 0, sizeof(*ntp));
282 ntp->my_addr=((struct sockaddr_in *)(void *)ifa->ifa_addr)->sin_addr;
283 ntp->status = NOMASTER;
292 ntp->mask = ((struct sockaddr_in *)(void *)
296 ntp->dest_addr = *(struct sockaddr_in *)(void *)ifa->ifa_broadaddr
547 struct netinfo *ntp; local
600 struct netinfo *ntp; local
615 struct netinfo *ntp; local
    [all...]
slave.c 77 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 = ntp->next)
    [all...]
master.c 83 struct netinfo *ntp; local
89 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
90 if (ntp->status == MASTER)
91 masterup(ntp);
122 for (ntp = nettab; ntp; ntp = ntp->next)
    [all...]
  /src/external/bsd/ntp/dist/conf/
baldwin.conf 2 # NTP manycast configuration file (ntp.conf) for DCnet hosts
10 driftfile /etc/ntp.drift # path for drift file
beauregard.conf 2 # 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
malarky.conf 2 # 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
grundoon.conf 2 # 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
pogo.conf 2 # 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
  /src/etc/
ntp.conf 1 # $NetBSD: ntp.conf,v 1.24 2025/12/12 06:56:09 andvar Exp $
3 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
8 # other guides, may be found on the official NTP web site, in particular
10 # http://www.ntp.org/documentation.html
24 driftfile /var/db/ntp.drift
59 # See /usr/share/doc/reference/ref8/ntp/accopt.html for syntax.
60 # See <http://support.ntp.org/bin/view/Support/AccessRestrictions> for advice.
104 # other hosts to exchange NTP packets with.
106 # See <http://support.ntp.org/bin/view/Support/DesigningYourNTPNetwork>
107 # and <http://support.ntp.org/bin/view/Support/SelectingOffsiteNTPServers
    [all...]
  /src/external/bsd/ntp/bin/
Makefile 5 SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
  /src/external/bsd/ntp/dist/libntp/
caljulian.c 4 * caljulian - determine the Julian date from an NTP time.
25 uint32_t ntp,
36 * Unfold ntp time around current time into NTP domain. Split
40 vlong = ntpcal_ntp_to_ntp(ntp, NULL);
  /src/etc/rc.d/
ntpdate 28 ' </etc/ntp.conf)
31 echo "Setting date via ntp."
  /src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/
Makefile 11 FILES+= 50-ntp.conf
  /src/external/bsd/dhcpcd/dist/hooks/
50-ntp.conf 1 # Sample dhcpcd hook script for NTP
2 # It will configure either one of NTP, OpenNTP or Chrony (in that order)
3 # and will default to NTP if no default config is found.
5 # Like our resolv.conf hook script, we store a database of ntp.conf files
6 # and merge into /etc/ntp.conf
9 # systems with >1 NTP client installed.
19 : ${ntp_confs:=ntp.conf ntpd.conf chrony.conf}
21 ntp_conf_dir="$state_dir/ntp.conf"
33 [ -e "$NTP_CONF" ] || NTP_CONF=/etc/ntp.conf
47 [ -e /var/lib/ntp ] || mkdir /var/lib/nt
    [all...]
  /src/external/bsd/ntp/dist/scripts/calc_tickadj/
calc_tickadj-opts.def 7 prog-title = 'Calculates "optimal" value for tick given ntp drift file.';
8 package = ntp;
18 arg-default = '/etc/ntp/drift';
19 descrip = 'Ntp drift file to use';
35 The @code{calc_tickadj} script uses provided ntp drift file to generate optimal
44 $ cat /etc/ntp/drift
57 @code{tickadj} program from ntp package. If this doesn't work you can specify

Completed in 35 milliseconds

1 2 3 4 5