Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/scripts/ntptrace/
Dntptrace.in58 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/
Dntpdate.h26 u_fp rootdelay; /* distance from primary clock */ member
Dntpdate.c701 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/
DpacketHandling.c146 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/
Dntp_proto.c1330 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()
Dntpsim.c306 xpkt.rootdelay = 0; in simulate_server()
Dntp_request.c909 ip->rootdelay = HTONS_FP(DTOUFP(pp->rootdelay)); in peer_info()
1097 is->rootdelay = htonl(DTOFP(sys_rootdelay)); in sys_info()
Dntp_io.c3285 FPTOD(NTOHS_FP(pkt->rootdelay)),
Dntp_control.c2684 ctl_putdbl(peer_var[id].text, p->rootdelay * 1e3); in ctl_putpeer()
Drefclock_parse.c3092 peer->rootdelay = parse->parse_type->cl_rootdelay; in parse_start()
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dlayout.std86 offsetof(rootdelay) = 44
154 offsetof(rootdelay) = 8
Dntpdc_ops.c615 fptoa(NTOHS_FP(pp->rootdelay), 5), in printpeer()
995 fptoa(NTOHS_FP(is->rootdelay), 5)); in sysinfo()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h304 double rootdelay; /* roundtrip delay to primary source */ member
557 u_fp rootdelay; /* roundtrip delay to primary source */ member
Dntp_request.h419 s_fp rootdelay; /* peer.delay */ member
503 s_fp rootdelay; /* delay from sync source */ member
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq.texi532 @item @code{rootdelay}
681 @item @code{rootdelay}
Dntpq-opts.def828 .It Cm rootdelay
917 .It Cm rootdelay
Dinvoke-ntpq.texi708 @item @code{rootdelay}
797 @item @code{rootdelay}
/netbsd/src/external/bsd/ntp/dist/sntp/
Dmain.c1333 p_rdly = NTOHS_FP(rpkt->rootdelay); in offset_calculation()
/netbsd/src/external/bsd/ntp/dist/
DREADME.leapsmear260 precision=-18, rootdelay=0.000, rootdisp=1.075, refid=MRS,
DCommitLog232716 [Bug 217] ntptrace should show sync distance, not rootdelay.
232719 [Bug 217] ntptrace should show sync distance, not rootdelay.