Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/ntp/sntp/tests/
DpacketHandling.c118 l_fp reftime, tmp; in test_OffsetCalculationPositiveOffset() local
127 get_systime(&reftime); in test_OffsetCalculationPositiveOffset()
128 HTONL_FP(&reftime, &rpkt.reftime); in test_OffsetCalculationPositiveOffset()
164 l_fp reftime, tmp; in test_OffsetCalculationNegativeOffset() local
173 get_systime(&reftime); in test_OffsetCalculationNegativeOffset()
174 HTONL_FP(&reftime, &rpkt.reftime); in test_OffsetCalculationNegativeOffset()
302 HTONL_FP(&now, &rpkt.reftime); in test_HandleCorrectPacket()
/freebsd-9-stable/contrib/ntp/ntpdate/
Dntpdate.h27 l_fp reftime; /* time of peer's last update */ member
Dntpdate.c689 L_CLR(&xpkt.reftime); in transmit()
847 NTOHL_FP(&rpkt->reftime, &server->reftime); in receive()
1072 if (!L_ISHIS(&server->org, &server->reftime)) { in clock_select()
1078 if ((server->org.l_ui - server->reftime.l_ui) in clock_select()
2160 prettydate(&pp->reftime)); in printserver()
/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_parse.c3748 l_fp off, rectime, reftime; in parse_process() local
3985 off = reftime = parsetime->parse_time.fp; in parse_process()
3993 prettydate(&reftime), in parse_process()
4038 reftime = off = offset; in parse_process()
4039 if (reftime.l_uf & 0x80000000) in parse_process()
4040 reftime.l_ui++; in parse_process()
4041 reftime.l_uf = 0; in parse_process()
4055 reftime = off = parsetime->parse_time.fp; in parse_process()
4072 reftime = offset; in parse_process()
4073 if (reftime.l_uf & 0x80000000) in parse_process()
[all …]
Dntp_proto.c2157 NTOHL_FP(&pkt->reftime, &p_reftime); in process_packet()
2214 peer->reftime = p_reftime; in process_packet()
3673 HTONL_FP(&sys_reftime, &xpkt.reftime); in peer_xmit()
4140 xpkt.reftime = rpkt->reftime; in fast_xmit()
4182 HTONL_FP(&this_ref_time, &xpkt.reftime); in fast_xmit()
4184 HTONL_FP(&sys_reftime, &xpkt.reftime); in fast_xmit()
4351 HTONL_FP(&sys_reftime, &xpkt.reftime); in pool_xmit()
Dntpsim.c338 xpkt.reftime = xpkt.xmt; in simulate_server()
Drefclock_nmea.c699 const l_fp * reftime , in refclock_ppsrelate() argument
752 pp_delta = *reftime; in refclock_ppsrelate()
Drefclock_msfees.c243 l_fp reftime; /* reference time */ member
885 ees->reftime = tmp; in ees_receive()
Dntp_request.c908 HTONL_FP(&pp->reftime, &ip->reftime); in peer_info()
1098 HTONL_FP(&sys_reftime, &is->reftime); in sys_info()
Dntp_refclock.c546 peer->reftime = pp->lastref; in refclock_receive()
/freebsd-9-stable/contrib/ntp/sntp/
Dnetworking.h62 l_fp reftime; member
Dmain.c1318 NTOHL_FP(&rpkt->reftime, &p_ref); in offset_calculation()
/freebsd-9-stable/contrib/ntp/parseutil/
Ddcfd.c1010 time_t reftime in update_drift() argument
1025 (long int)(l_abs(offset) % 1000000), asctime(localtime(&reftime))); in update_drift()
1039 time_t reftime in adjust_clock() argument
1089 update_drift(drift_file, usecoffset, reftime); in adjust_clock()
/freebsd-9-stable/contrib/ntp/ntpdc/
Dlayout.std88 offsetof(reftime) = 52
157 offsetof(reftime) = 20
Dntpdc_ops.c621 NTOHL_FP(&pp->reftime, &tempts); in printpeer()
989 NTOHL_FP(&is->reftime, &tempts); in sysinfo()
/freebsd-9-stable/contrib/ntp/include/
Dntp.h301 l_fp reftime; /* update epoch */ member
551 l_fp reftime; /* last update time */ member
Dntp_request.h400 l_fp reftime; /* peer.reftime */ member
485 l_fp reftime; /* system reference time */ member
/freebsd-9-stable/contrib/ntp/clockstuff/
Dchutest.c545 u_long reftime; in chufilter() local
691 reftime = date_ui; in chufilter()
/freebsd-9-stable/contrib/ntp/ntpq/
Dntpq-subs.c1443 l_fp *reftime in when() argument
1450 else if (reftime->l_ui != 0) in when()
1451 lasttime = reftime; in when()
1628 l_fp reftime; in doprintpeers() local
1763 if (!decodets(value, &reftime)) in doprintpeers()
1764 L_CLR(&reftime); in doprintpeers()
1858 when(&ts, &rec, &reftime)), in doprintpeers()
Dntpq.texi557 @item @code{reftime}
692 @item @code{reftime}
Dntpq-opts.def775 .It Ic reftime
857 .It Ic reftime
Dinvoke-ntpq.texi631 @item @code{reftime}
713 @item @code{reftime}
/freebsd-9-stable/contrib/bsnmp/snmp_ntp/
Dsnmp_ntp.c143 u_char reftime[8]; /* RefTime */ member
1048 val_parse_ts(val, p->reftime); in fetch_peers()
1308 return (string_get(value, t->reftime, 8)); in op_ntpPeersVarTable()
/freebsd-9-stable/usr.sbin/ntp/ntpdc/
Dnl.c177 (int) offsetof(struct info_peer, reftime));
315 (int) offsetof(struct info_sys, reftime));
/freebsd-9-stable/contrib/ntp/
DREADME.leapsmear261 reftime=d93dab96.09666671 Tue, Jun 30 2015 23:58:14.036,

12