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

1 2 3

  /src/sys/arch/pmax/pmax/
clock.c 60 #ifdef NTP
  /src/sys/compat/netbsd32/
netbsd32_syscalls.c 209 #if defined(NTP) || !defined(_KERNEL_OPT)
485 #if defined(NTP) || !defined(_KERNEL_OPT)
734 #if defined(NTP) || !defined(_KERNEL_OPT)
1010 #if defined(NTP) || !defined(_KERNEL_OPT)
netbsd32_syscalls_autoload.c 94 #if defined(NTP) || !defined(_KERNEL_OPT)
165 #if defined(NTP) || !defined(_KERNEL_OPT)
netbsd32_syscall.h 495 #if defined(NTP) || !defined(_KERNEL_OPT)
1183 #if defined(NTP) || !defined(_KERNEL_OPT)
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-status 6 # for any number of ntp servers.
13 FILE=/tmp/ntp.$$
39 echo $HOSTNAME: Not running NTP
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait.in 9 use NTP::Util qw(ntp_read_vars);
ntp-wait-opts.def 6 prog-name = "ntp-wait";
8 package = ntp;
44 By default, @code{ntp-wait} is silent.
45 With this option, @code{ntp-wait} will provide status information.
98 This document corresponds to version @VERSION@ of NTP.
  /src/external/bsd/ntp/dist/scripts/ntptrace/
ntptrace-opts.def 8 prog-title = 'Trace peers of an NTP server';
9 package = ntp;
47 the chain of NTP servers from a given host back to the primary time source. For
48 ntptrace to work properly, each of these servers must implement the NTP Control
49 and Monitoring Protocol specified in RFC 1305 and enable NTP Mode 6 packets.
ntptrace.in 9 use NTP::Util qw(ntp_read_vars do_dns);
  /src/sys/kern/
compat_stub.c 41 #ifdef NTP
49 * MP-hooks not needed since the NTP code is not modular
52 #ifdef NTP
syscalls_autoload.c 105 #if defined(NTP) || !defined(_KERNEL_OPT)
208 #if defined(NTP) || !defined(_KERNEL_OPT)
syscalls.c 221 #if defined(NTP) || !defined(_KERNEL_OPT)
497 #if defined(NTP) || !defined(_KERNEL_OPT)
758 #if defined(NTP) || !defined(_KERNEL_OPT)
1034 #if defined(NTP) || !defined(_KERNEL_OPT)
kern_ntptime.c 105 #ifdef NTP
107 * Generic NTP kernel interface
109 * These routines constitute the Network Time Protocol (NTP) interfaces
113 * routine is used by the NTP daemon to adjust the system clock to an
188 #endif /* NTP */
193 #ifdef NTP
235 * ntp_gettime() - NTP user application interface
253 * ntp_adjtime() - NTP daemon application interface
412 #endif /* NTP */
430 #ifdef NTP
    [all...]
  /src/sys/arch/playstation2/conf/
config.playstation2 9 options NTP # NTP phase/frequency locked loop
  /src/external/bsd/ntp/dist/scripts/ntpsweep/
ntpsweep-opts.def 7 prog-title = 'Print various informations about given ntp servers';
8 package = ntp;
62 prints per host the NTP stratum level, the clock offset in seconds, the daemon
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name
8 // to be ntp.conf - the latter is also how autogen produces the output
10 prog-name = "ntp.conf";
11 file-path = "/etc/ntp.conf";
12 prog-title = "Network Time Protocol (NTP) daemon configuration file format";
54 .Qq Notes on Configuring NTP and Setting up an NTP Subnet
58 .Pa /usr/share/doc/ntp )
72 .Sx Automatic NTP Configuration Options
200 .Pa /usr/share/doc/ntp )
    [all...]
ntp.keys.def 8 // We want the synopsis to be "/etc/ntp.keys" but we need the prog-name
9 // to be ntp.keys - the latter is also how autogen produces the output
11 prog-name = "ntp.keys";
12 file-path = "/etc/ntp.keys";
13 prog-title = "NTP symmetric key file format";
23 This document describes the format of an NTP symmetric key file.
27 .Xr ntp.conf 5
36 While key number 0 is fixed by the NTP standard
127 .Bl -tag -width /etc/ntp.keys -compact
128 .It Pa /etc/ntp.key
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 10 prog-title = "standard NTP query program";
142 utility program is used to query NTP servers to monitor NTP operations
160 to the NTP servers running on each of the hosts given as command
166 standard input and execute these on the NTP server running on the
175 uses NTP mode 6 packets to communicate with the
176 NTP server, and hence can be used to query any compatible server on
178 Note that since NTP is a UDP protocol
195 .Dq NTP Debugging Techniques
222 utility itself and do not result in NTP
    [all...]
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 68 for NTP broadcasts. The default maximum wait time
82 Requests from an NTP "client" to a "server" should never be sent
116 arg-default = "/var/db/ntp-kod";
131 arg-default = "/etc/ntp.keys";
135 @file{keyno} in this file. See @command{ntp.keys(5)} for more
170 descrip = "Send @var{int} as our NTP protocol version";
176 NTP protocol version @file{ntpversion} .
183 descrip = "Use the NTP Reserved Port (port 123)";
185 Use port 123, which is reserved for NTP, for our network
243 can be used as an SNTP client to query a NTP or SNTP server and either displa
    [all...]
  /src/external/bsd/ntp/dist/scripts/lib/NTP/
Util.pm 1 package NTP::Util;
  /src/sys/sys/
syscall.h 509 #if defined(NTP) || !defined(_KERNEL_OPT)
1249 #if defined(NTP) || !defined(_KERNEL_OPT)
  /src/sys/arch/evbarm/conf/
GENERIC.common 15 options NTP # NTP phase/frequency locked loop
  /src/sys/compat/freebsd/
freebsd_misc.c 144 #ifdef NTP
freebsd_syscall.h 506 #ifdef NTP
  /src/sys/arch/hpcmips/conf/
LROUTER 52 options NTP # network time protocol

Completed in 27 milliseconds

1 2 3