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

1 2

  /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/usr.sbin/timed/timed/
timed.c 128 struct netinfo *ntp; local in function:main
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 in function:setstatus
600 struct netinfo *ntp; local in function:makeslave
615 struct netinfo *ntp; local in function:checkignorednets
    [all...]
slave.c 77 struct netinfo *ntp; local in function:slave
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 in function:master
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...]
readmsg.c 85 struct netinfo *ntp; local in function:readmsg
131 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
132 if ((ntp->mask & from.sin_addr.s_addr) ==
133 ntp->net.s_addr) {
134 fromnet = ntp;
244 for (ntp = nettab; ntp != NULL; ntp = ntp->next
    [all...]
globals.h 109 struct netinfo *ntp; member in struct:hosttbl
  /src/etc/
ntp.conf 1 # $NetBSD: ntp.conf,v 1.23 2021/10/28 07:24:40 kim 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/html/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/etc/rc.d/
ntpdate 28 ' </etc/ntp.conf)
31 echo "Setting date via ntp."
ntpd 18 required_files="/etc/ntp.conf"
51 ln -fs "${ntpd_chrootdir}/var/db/ntp.drift" /var/db/ntp.drift
64 getent services ntp/udp ntp/tcp \
  /src/distrib/syspkg/sets/misc/
Makefile 9 SUBDIR+=misc-ntp-htmldoc
  /src/sys/compat/linux/common/
linux_time.c 124 native_to_linux_timespec(struct linux_timespec *ltp, const struct timespec *ntp)
127 ltp->tv_sec = ntp->tv_sec;
128 ltp->tv_nsec = ntp->tv_nsec;
132 linux_to_native_timespec(struct timespec *ntp, const struct linux_timespec *ltp)
134 memset(ntp, 0, sizeof(*ntp));
135 ntp->tv_sec = ltp->tv_sec;
136 ntp->tv_nsec = ltp->tv_nsec;
  /src/share/examples/npf/
soho_gw-npf.conf 20 $services_udp = { domain, ntp, 6000 }
  /src/distrib/syspkg/sets/etc/
Makefile 28 SUBDIR+=etc-ntp-etc
29 SUBDIR+=etc-ntp-rc
  /src/sys/compat/linux32/common/
linux32_time.c 241 const struct timespec *ntp)
245 ltp->tv_sec = ntp->tv_sec;
246 ltp->tv_nsec = ntp->tv_nsec;
250 linux32_to_native_timespec(struct timespec *ntp,
254 memset(ntp, 0, sizeof(*ntp));
255 ntp->tv_sec = ltp->tv_sec;
256 ntp->tv_nsec = ltp->tv_nsec;
  /src/distrib/syspkg/sets/man/
Makefile 73 SUBDIR+=man-ntp-catman
74 SUBDIR+=man-ntp-man
  /src/usr.bin/xlint/lint1/
tree.c 493 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
495 unsigned new_width = width_in_bits(ntp);
497 bool new_unsigned = is_uinteger(ntp->t_tspec);
506 return ic_any(ntp);
1030 type_t *ntp = expr_dup_type(tn->tn_type); local in function:apply_usual_arithmetic_conversions
1031 ntp->t_tspec = t;
1035 expr_type_name(tn), type_name(ntp));
1037 return convert(op, 0, ntp, tn);
1574 type_t *ntp = expr_dup_type(tp1); local in function:merge_qualifiers
1575 ntp->t_subt = nstp
1635 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type; local in function:is_cast_redundant
3581 type_t *ntp = expr_dup_type(gettyp(nt)); local in function:promote
    [all...]
decl.c 120 type_t *ntp = block_zero_alloc(sizeof(*ntp), "type"); local in function:block_dup_type
122 *ntp = *tp;
123 debug_step("%s '%s'", __func__, type_name(ntp));
124 return ntp;
131 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local in function:expr_dup_type
133 *ntp = *tp;
134 debug_step("%s: '%s'", __func__, type_name(ntp));
135 return ntp;
147 type_t *ntp = expr_zero_alloc(sizeof(*ntp), "type"); local in function:expr_unqualified_type
    [all...]
  /src/usr.bin/sys_info/
sys_info.sh 178 ntp)
179 run "ntpq --version | awk '{ sub(\"-.\", \"\"); sub(\"p\", \"pl\", \$2); print \"ntp-\" \$2 }'"
  /src/sys/fs/ntfs/
ntfs_vfsops.c 679 struct ntnode *ntp; local in function:ntfs_vptofh
693 ntp = VTONT(vp);
696 ntfh.ntfid_ino = ntp->i_number;
699 ntfh.ntfid_gen = ntp->i_gen;
  /src/distrib/syspkg/sets/base/
Makefile 103 SUBDIR+=base-ntp-bin

Completed in 22 milliseconds

1 2