/freebsd/usr.sbin/ntp/scripts/ |
H A D | ntptrace | 29 $rootdelay = $1 if (/rootdelay=([^\s,]+)/); 35 $rootdelay /= 1000; 45 $dhost, $stratum, $offset, $rootdelay);
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A 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;
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.h | 24 u_fp rootdelay; /* distance from primary clock */ member
|
H A D | ntpdate.c | 698 xpkt.rootdelay = htonl(NTPDATE_DISTANCE); in transmit() 856 server->rootdelay = ntohl(rpkt->rootdelay); in receive() 2188 str, fptoa((s_fp)pp->rootdelay, 6), in print_server()
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 144 rpkt.rootdelay = HTONS_FP(DTOUFP(0.125)); in test_OffsetCalculationPositiveOffset() 190 rpkt.rootdelay = HTONS_FP(DTOUFP(0.5)); in test_OffsetCalculationNegativeOffset()
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-dockstar.dts | 17 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
|
H A D | kirkwood-goflexnet.dts | 17 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 1328 FPTOD(NTOHS_FP(pkt->rootdelay)), in receive() 1417 FPTOD(NTOHS_FP(pkt->rootdelay)), in receive() 2578 p_del = FPTOD(NTOHS_FP(pkt->rootdelay)); in process_packet() 2632 peer->rootdelay = p_del; in process_packet() 2953 sys_rootdelay = peer->delay + peer->rootdelay; in clock_update() 4126 dtemp = (peer->delay + peer->rootdelay) / 2 in root_distance() 4166 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in peer_xmit() 4647 xpkt.rootdelay = rpkt->rootdelay; in fast_xmit() 4683 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in fast_xmit() 4933 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in pool_xmit()
|
H A D | ntpsim.c | 304 xpkt.rootdelay = 0; in simulate_server()
|
H A D | ntp_request.c | 907 ip->rootdelay = HTONS_FP(DTOUFP(pp->rootdelay)); in peer_info() 1095 is->rootdelay = htonl(DTOFP(sys_rootdelay)); in sys_info()
|
H A D | ntp_io.c | 3282 FPTOD(NTOHS_FP(pkt->rootdelay)),
|
H A D | ntp_control.c | 342 { CS_ROOTDELAY, RO, "rootdelay" }, /* 4 */ 509 { CP_ROOTDELAY, RO, "rootdelay" }, /* 14 */ 2672 ctl_putdbl(peer_var[id].text, p->rootdelay * 1e3); in ctl_putpeer()
|
H A D | refclock_parse.c | 3090 peer->rootdelay = parse->parse_type->cl_rootdelay; in parse_start()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 86 offsetof(rootdelay) = 44 154 offsetof(rootdelay) = 8
|
H A D | ntpdc_ops.c | 613 fptoa(NTOHS_FP(pp->rootdelay), 5), in printpeer() 993 fptoa(NTOHS_FP(is->rootdelay), 5)); in sysinfo()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 302 double rootdelay; /* roundtrip delay to primary source */ 555 u_fp rootdelay; /* roundtrip delay to primary source */ 298 double rootdelay; /* roundtrip delay to primary source */ global() member 550 u_fp rootdelay; /* roundtrip delay to primary source */ global() member
|
H A D | ntp_request.h | 398 s_fp rootdelay; /* peer.delay */ member 482 s_fp rootdelay; /* delay from sync source */ member
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 142 char *rootdelay; /* RootDelay */ member 936 free(p->rootdelay); in fetch_peers() 1038 p->rootdelay = strdup(val); in fetch_peers() 1301 return (string_get(value, t->rootdelay, -1)); in op_ntpPeersVarTable()
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-itop-elite.dts | 28 bootargs = "root=/dev/mmcblk0p2 rw rootfstype=ext4 rootdelay=1 rootwait";
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 172 (int) offsetof(struct info_peer, rootdelay)); 308 (int) offsetof(struct info_sys, rootdelay));
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 532 @item @code{rootdelay} 681 @item @code{rootdelay}
|
H A D | ntpq-opts.def | 828 .It Cm rootdelay 917 .It Cm rootdelay
|
H A D | invoke-ntpq.texi | 708 @item @code{rootdelay} 797 @item @code{rootdelay}
|
/freebsd/contrib/ntp/sntp/ |
H A D | main.c | 1331 p_rdly = NTOHS_FP(rpkt->rootdelay); in offset_calculation() 1355 // (peer->delay + peer->rootdelay) / 2 + peer->disp in offset_calculation() 1369 // (fabs(t21 + t34) + peer->rootdelay) / 3. in offset_calculation() 1390 printf("sntp rootdelay: %f\n", FPTOD(p_rdly)); in offset_calculation()
|
/freebsd/contrib/ntp/ |
H A D | README.leapsmear | 260 precision=-18, rootdelay=0.000, rootdisp=1.075, refid=MRS,
|