| /freebsd-9-stable/contrib/ntp/sntp/tests/ |
| D | packetHandling.c | 118 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/ |
| D | ntpdate.h | 27 l_fp reftime; /* time of peer's last update */ member
|
| D | ntpdate.c | 689 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/ |
| D | refclock_parse.c | 3748 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 …]
|
| D | ntp_proto.c | 2157 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()
|
| D | ntpsim.c | 338 xpkt.reftime = xpkt.xmt; in simulate_server()
|
| D | refclock_nmea.c | 699 const l_fp * reftime , in refclock_ppsrelate() argument 752 pp_delta = *reftime; in refclock_ppsrelate()
|
| D | refclock_msfees.c | 243 l_fp reftime; /* reference time */ member 885 ees->reftime = tmp; in ees_receive()
|
| D | ntp_request.c | 908 HTONL_FP(&pp->reftime, &ip->reftime); in peer_info() 1098 HTONL_FP(&sys_reftime, &is->reftime); in sys_info()
|
| D | ntp_refclock.c | 546 peer->reftime = pp->lastref; in refclock_receive()
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| D | networking.h | 62 l_fp reftime; member
|
| D | main.c | 1318 NTOHL_FP(&rpkt->reftime, &p_ref); in offset_calculation()
|
| /freebsd-9-stable/contrib/ntp/parseutil/ |
| D | dcfd.c | 1010 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/ |
| D | layout.std | 88 offsetof(reftime) = 52 157 offsetof(reftime) = 20
|
| D | ntpdc_ops.c | 621 NTOHL_FP(&pp->reftime, &tempts); in printpeer() 989 NTOHL_FP(&is->reftime, &tempts); in sysinfo()
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp.h | 301 l_fp reftime; /* update epoch */ member 551 l_fp reftime; /* last update time */ member
|
| D | ntp_request.h | 400 l_fp reftime; /* peer.reftime */ member 485 l_fp reftime; /* system reference time */ member
|
| /freebsd-9-stable/contrib/ntp/clockstuff/ |
| D | chutest.c | 545 u_long reftime; in chufilter() local 691 reftime = date_ui; in chufilter()
|
| /freebsd-9-stable/contrib/ntp/ntpq/ |
| D | ntpq-subs.c | 1443 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()
|
| D | ntpq.texi | 557 @item @code{reftime} 692 @item @code{reftime}
|
| D | ntpq-opts.def | 775 .It Ic reftime 857 .It Ic reftime
|
| D | invoke-ntpq.texi | 631 @item @code{reftime} 713 @item @code{reftime}
|
| /freebsd-9-stable/contrib/bsnmp/snmp_ntp/ |
| D | snmp_ntp.c | 143 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/ |
| D | nl.c | 177 (int) offsetof(struct info_peer, reftime)); 315 (int) offsetof(struct info_sys, reftime));
|
| /freebsd-9-stable/contrib/ntp/ |
| D | README.leapsmear | 261 reftime=d93dab96.09666671 Tue, Jun 30 2015 23:58:14.036,
|