Home
last modified time | relevance | path

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

12

/freebsd-13.1/usr.sbin/ntp/scripts/
H A Dntptrace30 $rootdelay = $1 if (/rootdelay=([^\s,]+)/);
36 $rootdelay /= 1000;
46 $dhost, $stratum, $offset, $rootdelay);
/freebsd-13.1/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in56 my ($rootdelay, $rootdisp, $info) = (0, 0);
63 $info->{syncdistance} = ($info->{rootdisp} + ($info->{rootdelay} / 2)) / 1000;
/freebsd-13.1/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-13.1/contrib/ntp/sntp/tests/
H A DpacketHandling.c124 rpkt.rootdelay = HTONS_FP(DTOUFP(0.125)); in test_OffsetCalculationPositiveOffset()
170 rpkt.rootdelay = HTONS_FP(DTOUFP(0.5)); in test_OffsetCalculationNegativeOffset()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
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";
H A Dexynos4412-itop-elite.dts23 bootargs = "root=/dev/mmcblk0p2 rw rootfstype=ext4 rootdelay=1 rootwait";
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_proto.c1286 FPTOD(NTOHS_FP(pkt->rootdelay)), in receive()
1359 FPTOD(NTOHS_FP(pkt->rootdelay)), in receive()
2490 p_del = FPTOD(NTOHS_FP(pkt->rootdelay)); in process_packet()
2544 peer->rootdelay = p_del; in process_packet()
2866 sys_rootdelay = peer->delay + peer->rootdelay; in clock_update()
4038 dtemp = (peer->delay + peer->rootdelay) / 2 in root_distance()
4078 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in peer_xmit()
4548 xpkt.rootdelay = rpkt->rootdelay; in fast_xmit()
4584 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in fast_xmit()
4823 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.c3243 pkt->rootdelay, pkt->rootdisp, pkt->refid,
H A Dntp_control.c2678 ctl_putdbl(peer_var[id].text, p->rootdelay * 1e3); in ctl_putpeer()
H A Drefclock_parse.c3076 peer->rootdelay = parse->parse_type->cl_rootdelay; in parse_start()
/freebsd-13.1/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-13.1/contrib/ntp/include/
H A Dntp.h298 double rootdelay; /* roundtrip delay to primary source */ member
550 u_fp rootdelay; /* roundtrip delay to primary source */ member
H A Dntp_request.h398 s_fp rootdelay; /* peer.delay */ member
482 s_fp rootdelay; /* delay from sync source */ member
/freebsd-13.1/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-13.1/usr.sbin/ntp/ntpdc/
H A Dnl.c173 (int) offsetof(struct info_peer, rootdelay));
309 (int) offsetof(struct info_sys, rootdelay));
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.texi532 @item @code{rootdelay}
681 @item @code{rootdelay}
H A Dntpq-opts.def818 .It Cm rootdelay
907 .It Cm rootdelay
H A Dinvoke-ntpq.texi708 @item @code{rootdelay}
797 @item @code{rootdelay}
/freebsd-13.1/contrib/ntp/sntp/
H A Dmain.c1330 p_rdly = NTOHS_FP(rpkt->rootdelay); in offset_calculation()
/freebsd-13.1/contrib/ntp/
H A DREADME.leapsmear260 precision=-18, rootdelay=0.000, rootdisp=1.075, refid=MRS,

12