Searched refs:rootdelay (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/scripts/ntptrace/ |
| D | ntptrace.in | 58 my ($rootdelay, $rootdisp, $info) = (0, 0); 71 if (not (exists $info->{rootdelay} && looks_like_number($info->{rootdelay}))) { 72 $info->{rootdelay} = "NaN"; 74 $info->{syncdistance} = ($info->{rootdisp} + ($info->{rootdelay} / 2)) / 1000;
|
| /netbsd/src/external/bsd/ntp/dist/ntpdate/ |
| D | ntpdate.h | 26 u_fp rootdelay; /* distance from primary clock */ member
|
| D | ntpdate.c | 701 xpkt.rootdelay = htonl(NTPDATE_DISTANCE); in transmit() 859 server->rootdelay = ntohl(rpkt->rootdelay); in receive() 2191 str, fptoa((s_fp)pp->rootdelay, 6), in print_server()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/tests/ |
| D | packetHandling.c | 146 rpkt.rootdelay = HTONS_FP(DTOUFP(0.125)); in test_OffsetCalculationPositiveOffset() 192 rpkt.rootdelay = HTONS_FP(DTOUFP(0.5)); in test_OffsetCalculationNegativeOffset()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_proto.c | 1330 FPTOD(NTOHS_FP(pkt->rootdelay)), in receive() 1419 FPTOD(NTOHS_FP(pkt->rootdelay)), in receive() 2580 p_del = FPTOD(NTOHS_FP(pkt->rootdelay)); in process_packet() 2634 peer->rootdelay = p_del; in process_packet() 2955 sys_rootdelay = peer->delay + peer->rootdelay; in clock_update() 4128 dtemp = (peer->delay + peer->rootdelay) / 2 in root_distance() 4168 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in peer_xmit() 4649 xpkt.rootdelay = rpkt->rootdelay; in fast_xmit() 4685 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in fast_xmit() 4935 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in pool_xmit()
|
| D | ntpsim.c | 306 xpkt.rootdelay = 0; in simulate_server()
|
| D | ntp_request.c | 909 ip->rootdelay = HTONS_FP(DTOUFP(pp->rootdelay)); in peer_info() 1097 is->rootdelay = htonl(DTOFP(sys_rootdelay)); in sys_info()
|
| D | ntp_io.c | 3285 FPTOD(NTOHS_FP(pkt->rootdelay)),
|
| D | ntp_control.c | 2684 ctl_putdbl(peer_var[id].text, p->rootdelay * 1e3); in ctl_putpeer()
|
| D | refclock_parse.c | 3092 peer->rootdelay = parse->parse_type->cl_rootdelay; in parse_start()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | layout.std | 86 offsetof(rootdelay) = 44 154 offsetof(rootdelay) = 8
|
| D | ntpdc_ops.c | 615 fptoa(NTOHS_FP(pp->rootdelay), 5), in printpeer() 995 fptoa(NTOHS_FP(is->rootdelay), 5)); in sysinfo()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp.h | 304 double rootdelay; /* roundtrip delay to primary source */ member 557 u_fp rootdelay; /* roundtrip delay to primary source */ member
|
| D | ntp_request.h | 419 s_fp rootdelay; /* peer.delay */ member 503 s_fp rootdelay; /* delay from sync source */ member
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq.texi | 532 @item @code{rootdelay} 681 @item @code{rootdelay}
|
| D | ntpq-opts.def | 828 .It Cm rootdelay 917 .It Cm rootdelay
|
| D | invoke-ntpq.texi | 708 @item @code{rootdelay} 797 @item @code{rootdelay}
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | main.c | 1333 p_rdly = NTOHS_FP(rpkt->rootdelay); in offset_calculation()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | README.leapsmear | 260 precision=-18, rootdelay=0.000, rootdisp=1.075, refid=MRS,
|
| D | CommitLog | 232716 [Bug 217] ntptrace should show sync distance, not rootdelay. 232719 [Bug 217] ntptrace should show sync distance, not rootdelay.
|