Home
last modified time | relevance | path

Searched refs:refid (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/conf/
H A Drackety.conf14 fudge 127.127.4.0 refid GPS1 time1 -.000097 flag1 1
16 fudge 127.127.4.1 refid GPS2 time1 -.000097 flag1 1
19 fudge 127.127.4.2 refid WVB1 time1 .0021 flag4 1 flag1 1
22 fudge 127.127.4.3 refid WVB2 time1 .0021 flag4 1 flag1 1
H A Dpogo.conf6 fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
9 fudge 127.127.4.1 refid GPS2 time1 .000221
/netbsd-src/external/bsd/ntp/dist/
H A Dresults.y2kfixes11 timemaster.att.com: stratum 1, offset -0.004876, synch distance 0.03485, refid 'GPS'
22 timemaster.att.com: stratum 1, offset -0.006355, synch distance 0.04178, refid 'GPS'
33 timemaster.att.com: stratum 1, offset -0.010803, synch distance 0.03078, refid 'GPS'
44 timemaster.att.com: stratum 1, offset -0.013598, synch distance 0.03116, refid 'GPS'
H A DREADME.leapsmear75 a specially-formatted 'refid' in time packets that contain "smeared" time.
76 This refid is of the form 254.x.y.z, where x.y.z are 24 encoded bits of the
83 the refid, one can also determine if the server is offering smeared time or
177 system time at all. Only the timestamps and refid in outgoing reply packets
181 the normal refid, as usual.
260 precision=-18, rootdelay=0.000, rootdisp=1.075, refid=MRS,
271 leapsmearoffset of -.932087, the refid reported in smeared packets would be
H A DCommitLog-4.1.01436 * ntpd/refclock_wwv.c (wwv_newchan): Update the peer refid if
/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/
H A Dntptrap360 ($refid) = ($data =~ /refid=([\w\.]+)/);
361 $msg .= "stratum=$stratum refid=$refid";
362 if ($refid =~ /\[?(\d+)\.(\d+)\.(\d+)\.(\d+)/)
/netbsd-src/external/gpl2/groff/dist/src/include/
H A DMakefile.sub24 refid.h \
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.h28 u_int32 refid; /* peer reference ID */ member
H A Dntpdate.c703 xpkt.refid = htonl(NTPDATE_REFID); in transmit()
845 !memcmp("RATE", &rpkt->refid, 4)) { in receive()
861 server->refid = rpkt->refid; in receive()
2180 str = (char *) &pp->refid; in print_server()
2187 str = numtoa(pp->refid); in print_server()
/netbsd-src/external/bsd/ntp/dist/sntp/
H A Dnetworking.h63 u_int32 refid; member
H A Dnetworking.c250 ref_char = (char *) &rpkt->refid; in process_pkt()
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std84 offsetof(refid) = 36
156 offsetof(refid) = 16
H A Dntpdc_ops.c521 u_int32 refid, in refid_string() argument
528 memcpy(junk, &refid, 4); in refid_string()
532 return numtoa(refid); in refid_string()
613 refid_string(pp->refid, in printpeer()
999 refid_string(is->refid, is->stratum)); in sysinfo()
/netbsd-src/external/bsd/ntp/dist/scripts/ntptrace/
H A Dntptrace-opts.def57 stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB'
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h417 u_int32 refid; /* peer.refid */ member
505 u_int32 refid; /* reference ID of sync source */ member
/netbsd-src/external/bsd/ntp/dist/ntpq/
H A Dntpq.texi369 @code{[tally]remote refid st t when pool reach delay offset jitter}
382 @item @code{refid}
554 @item @code{refid}
688 @item @code{refid}
830 @item @code{refid}
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c584 memcpy((char *)&pp->refid, EESREFID, 4); in msfees_start()
586 ((char *)&pp->refid)[3] = '0' + unit; in msfees_start()
588 peer->refid = htonl(EESHSREFID); in msfees_start()
H A Dntpsim.c303 memcpy(&xpkt.refid, "GPS", 4); in simulate_server()
H A Drefclock_shm.c238 memcpy((char *)&pp->refid, REFID, 4); in shm_start()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151490 * include/refid.h (class reference_id): Likewise