/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 424 leitch->second, 1, rbufp->recv_time.l_ui, in leitch_receive() 435 leitch->codetime1 = rbufp->recv_time; in leitch_receive() 442 leitch->second, 1, rbufp->recv_time.l_ui, in leitch_receive() 452 leitch->codetime2 = rbufp->recv_time; in leitch_receive() 459 leitch->second, GMT, rbufp->recv_time.l_ui, in leitch_receive() 469 leitch->codetime3 = rbufp->recv_time; in leitch_receive()
|
H A D | ntp_monitor.c | 352 interval_fp = rbufp->recv_time; in ntp_monitor() 357 mon->last = rbufp->recv_time; in ntp_monitor() 449 interval_fp = rbufp->recv_time; in ntp_monitor() 481 mon->last = rbufp->recv_time; in ntp_monitor()
|
H A D | ntpsim.c | 64 LFPTOD(&b1->recv_time, recv_time1); in determine_recv_buf_ordering() 65 LFPTOD(&b2->recv_time, recv_time2); in determine_recv_buf_ordering() 453 DTOLFP(simclock.local_time, &rbuf->recv_time); in sim_event_recv_packet()
|
H A D | ntp_refclock.c | 755 *tsptr = rbufp->recv_time; in refclock_gtlin() 757 rbufp->fd, ulfptoa(&rbufp->recv_time, 6), dlen, in refclock_gtlin() 796 *tsptr = rbufp->recv_time; in refclock_gtraw() 798 rbufp->fd, ulfptoa(&rbufp->recv_time, 6), bmax, in refclock_gtraw()
|
H A D | refclock_fg.c | 317 pp->lastrec = rbufp->recv_time; /* Is it better than get_systime()? */ in fg_receive()
|
H A D | refclock_irig.c | 431 L_SUB(&rbufp->recv_time, <emp); in irig_receive() 432 up->timestamp = rbufp->recv_time; in irig_receive()
|
H A D | refclock_chu.c | 673 L_SUB(&rbufp->recv_time, <emp); in chu_audio_receive() 674 up->timestamp = rbufp->recv_time; in chu_audio_receive() 977 chu_decode(peer, *dpt, rbufp->recv_time); in chu_serial_receive()
|
H A D | refclock_datum.c | 532 datum_pts->lastrec = rbufp->recv_time; in datum_pts_receive()
|
H A D | ntp_proto.c | 1321 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive() 1410 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive() 2269 peer->borg = rbufp->recv_time; in receive() 2299 peer->dst = rbufp->recv_time; in receive() 2546 peer->dst = rbufp->recv_time; in receive() 4756 this_recv_time = rbufp->recv_time; in fast_xmit() 4761 HTONL_FP(&rbufp->recv_time, &xpkt.rec); in fast_xmit()
|
H A D | refclock_msfees.c | 691 ees->arrvtime = rbufp->recv_time; in ees_receive() 868 ees->tz, rbufp->recv_time.l_ui, &ees->yearstart, in ees_receive()
|
H A D | refclock_arc.c | 945 timestamp = rbufp->recv_time; in arc_receive()
|
H A D | refclock_jupiter.c | 588 if ((cp = jupiter_parse_t(up, sp, rbufp->recv_time)) != NULL) { in jupiter_receive()
|
H A D | refclock_wwv.c | 811 L_SUB(&rbufp->recv_time, <emp); in wwv_receive() 812 up->timestamp = rbufp->recv_time; in wwv_receive()
|
H A D | ntp_control.c | 3695 rbufp->recv_time.l_ui, 3696 rbufp->recv_time.l_uf); 3698 rbufp->recv_time.l_ui, rbufp->recv_time.l_uf, derived); in generate_nonce()
|
H A D | ntpd.c | 1536 L_SUB(&dts, &rbuf->recv_time);
|
H A D | refclock_nmea.c | 1065 nmea_procrec(peer, rbufp->recv_time); in nmea_receive()
|
H A D | refclock_parse.c | 2211 ts.fp = rbufp->recv_time; in local_input() 2376 buf->recv_time = rbufp->recv_time; in local_input()
|
H A D | ntp_io.c | 3378 rb->recv_time = ts; 3642 rb->recv_time = ts;
|
H A D | refclock_gpsdjson.c | 705 gpsd_parse(peer, &rbufp->recv_time); in gpsd_receive()
|
H A D | ntp_request.c | 630 L_SUB(&ftmp, &rbufp->recv_time); in process_private()
|
H A D | ntp_crypto.c | 994 rbufp->recv_time.l_ui, NULL); in crypto_recv()
|
/freebsd/contrib/ntp/include/ |
H A D | recvbuff.h | 84 l_fp recv_time; /* time of arrival */ member
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 880 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/ in receive() 2002 rb->recv_time = ts; in input_handler()
|