Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/ntp/scripts/
H A Dntptrace29 $rootdelay = $1 if (/rootdelay=([^\s,]+)/);
35 $rootdelay /= 1000;
45 $dhost, $stratum, $offset, $rootdelay);
/freebsd/contrib/ntp/scripts/ntptrace/
H A 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;
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.h24 u_fp rootdelay; /* distance from primary clock */ member
H A Dntpdate.c698 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 DpacketHandling.c144 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 Dkirkwood-dockstar.dts17 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
H A Dkirkwood-goflexnet.dts17 bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c1328 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 Dntpsim.c304 xpkt.rootdelay = 0; in simulate_server()
H A Dntp_request.c907 ip->rootdelay = HTONS_FP(DTOUFP(pp->rootdelay)); in peer_info()
1095 is->rootdelay = htonl(DTOFP(sys_rootdelay)); in sys_info()
H A Dntp_io.c3282 FPTOD(NTOHS_FP(pkt->rootdelay)),
H A Dntp_control.c342 { 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 Drefclock_parse.c3090 peer->rootdelay = parse->parse_type->cl_rootdelay; in parse_start()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std86 offsetof(rootdelay) = 44
154 offsetof(rootdelay) = 8
H A Dntpdc_ops.c613 fptoa(NTOHS_FP(pp->rootdelay), 5), in printpeer()
993 fptoa(NTOHS_FP(is->rootdelay), 5)); in sysinfo()
/freebsd/contrib/ntp/include/
H A Dntp.h302 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 Dntp_request.h398 s_fp rootdelay; /* peer.delay */ member
482 s_fp rootdelay; /* delay from sync source */ member
/freebsd/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c142 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 Dexynos4412-itop-elite.dts28 bootargs = "root=/dev/mmcblk0p2 rw rootfstype=ext4 rootdelay=1 rootwait";
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c172 (int) offsetof(struct info_peer, rootdelay));
308 (int) offsetof(struct info_sys, rootdelay));
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi532 @item @code{rootdelay}
681 @item @code{rootdelay}
H A Dntpq-opts.def828 .It Cm rootdelay
917 .It Cm rootdelay
H A Dinvoke-ntpq.texi708 @item @code{rootdelay}
797 @item @code{rootdelay}
/freebsd/contrib/ntp/sntp/
H A Dmain.c1331 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 DREADME.leapsmear260 precision=-18, rootdelay=0.000, rootdisp=1.075, refid=MRS,

12