Searched refs:ntp (Results 51 - 75 of 118) sorted by relevance

12345

/netbsd-current/external/bsd/ntp/
H A Dntp2netbsd29 # ntp2netbsd: convert a ntp source tree into a
30 # netbsd ntp source tree, under src/dist,
36 # $ tar xpfz /new/ntp/release/tar/file
37 # $ sh /usr/src/external/bsd/ntp/ntp2netbsd ntp-4.x.y `pwd`
38 # $ cd src/external/bsd/ntp/dist
39 # $ cvs import src/external/bsd/ntp/dist UDEL ntp-4-x-y
40 # $ cd ../../../../../ntp-4.x.y
42 # $ echo cp config.h /usr/src/external/bsd/ntp/includ
[all...]
/netbsd-current/share/examples/npf/
H A Dsoho_gw-npf.conf20 $services_udp = { domain, ntp, 6000 }
/netbsd-current/distrib/syspkg/sets/etc/
H A DMakefile28 SUBDIR+=etc-ntp-etc
29 SUBDIR+=etc-ntp-rc
/netbsd-current/external/bsd/
H A DMakefile8 ntp openresolv tcpdump tmux top tre wpa
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_nametbl.c239 _dwarf_nametbl_pro_cleanup(Dwarf_NameTbl *ntp) argument
244 assert(ntp != NULL);
245 if ((nt = *ntp) == NULL)
255 *ntp = NULL;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_calendar.c6 * Written by Juergen Perlinger (perlinger@ntp.org) for the NTP project.
578 uint32_t ntp,
590 ntp -= (uint32_t)JAN_1970; /* warp into UN*X domain */
591 ntp -= res.D_s.lo; /* cycle difference */
592 res.Q_s += (uint64_t)ntp; /* get expanded time */
603 ntp -= (uint32_t)JAN_1970; /* warp into UN*X domain */
604 ntp -= res.D_s.lo; /* cycle difference */
605 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp);
627 uint32_t ntp,
640 ntp
577 ntpcal_ntp_to_time( uint32_t ntp, const time_t * pivot ) argument
626 ntpcal_ntp_to_ntp( uint32_t ntp, const time_t *pivot ) argument
1622 ntpcal_ntp_to_date( struct calendar *jd, uint32_t ntp, const time_t *piv ) argument
1942 isocal_ntp_to_date( struct isodate *id, uint32_t ntp, const time_t *piv ) argument
[all...]
H A Dprettydate.c31 /* Helper function to handle possible wraparound of the ntp epoch.
33 * Works by periodic extension of the ntp time stamp in the UN*X epoch.
231 u_int32 ntp, int local
235 vl = ntpcal_ntp_to_time(ntp, NULL);
230 ntp2unix_tm( u_int32 ntp, int local ) argument
H A Dssl_init.c13 #include <ntp.h>
/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dfreq_adj.in13 $driftfile = "/etc/ntp.drift";
93 where "drift_file" defaults to /etc/ntp.drift
/netbsd-current/external/bsd/ntp/dist/scripts/ntpsweep/
H A Dntpsweep-opts.def7 prog-title = 'Print various informations about given ntp servers';
8 package = ntp;
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_time.c241 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, argument
254 memset(ntp, 0, sizeof(*ntp));
255 ntp->tv_sec = ltp->tv_sec;
256 ntp->tv_nsec = ltp->tv_nsec;
240 native_to_linux32_timespec(struct linux32_timespec *ltp, const struct timespec *ntp) argument
/netbsd-current/external/bsd/ntp/bin/ntpd/
H A DMakefile6 MAN= ntpd.8 ntp.conf.5 ntp.keys.5
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c153 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a) argument
155 unsigned nw = width_in_bits(ntp);
157 bool nu = is_uinteger(ntp->t_tspec);
164 return ic_any(ntp);
743 type_t *ntp = expr_dup_type(tn->tn_type); local
744 ntp->t_tspec = t;
748 type_name(tn->tn_type), type_name(ntp));
750 return convert(op, 0, ntp, tn);
1288 type_t *ntp = expr_dup_type(tp1); local
1289 ntp
1349 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type; local
3437 should_warn_about_integer_conversion(const type_t *ntp, tspec_t nt, const tnode_t *otn, tspec_t ot) argument
3610 convert_pointer_from_pointer(type_t *ntp, tnode_t *tn) argument
3720 convert_constant_from_floating(op_t op, int arg, const type_t *ntp, tspec_t nt, val_t *nv, val_t *ov) argument
3840 convert_constant_check_range_signed(op_t op, int arg, const type_t *ntp, int64_t ov) argument
3951 convert_constant(op_t op, int arg, const type_t *ntp, val_t *nv, val_t *ov) argument
4129 cast_to_union(tnode_t *otn, bool sys, type_t *ntp) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dnetworking.h22 #include <ntp.h>
29 /* FIXME To be replaced by the constants in ntp.h */
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Drefidsmear.c5 #include <ntp.h>
/netbsd-current/external/bsd/ntp/dist/tests/sandbox/
H A Dsmeartest.c5 #include <ntp.h>
/netbsd-current/distrib/syspkg/sets/man/
H A DMakefile73 SUBDIR+=man-ntp-catman
74 SUBDIR+=man-ntp-man
/netbsd-current/usr.sbin/timed/timed/
H A Dglobals.h109 struct netinfo *ntp; member in struct:hosttbl
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-snit.c126 register struct nit_iftime *ntp; local
182 ntp = (struct nit_iftime *)cp;
183 cp += sizeof(*ntp);
202 h.ts = ntp->nh_timestamp;
/netbsd-current/external/bsd/ntp/lib/libntp/
H A DMakefile5 LIB=ntp
/netbsd-current/external/bsd/ntp/dist/scripts/ntptrace/
H A Dntptrace-opts.def9 package = ntp;
/netbsd-current/external/bsd/ntp/dist/scripts/
H A Dsummary-opts.def8 package = ntp;
17 arg-default = '/var/log/ntp';
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.sh27 # Where to find ntp config file
28 NTPCONF=/etc/ntp.conf
72 -f Specify location of ntp.conf (used to make sure leapfile directive is
308 # Verify ntp.conf
311 log "critical" "Missing ntp configuration $NTPCONF"
315 # Parse ntp.conf for leapfile directive
/netbsd-current/external/bsd/ntp/dist/include/
H A DMakefile.am25 ntp.h \
/netbsd-current/external/bsd/ntp/dist/
H A Dbuild55 *.ntp.org | *.ntfo.org)

Completed in 394 milliseconds

12345