Home
last modified time | relevance | path

Searched refs:recv_time (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c424 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 Dntp_monitor.c352 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 Dntpsim.c64 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 Dntp_refclock.c755 *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 Drefclock_fg.c317 pp->lastrec = rbufp->recv_time; /* Is it better than get_systime()? */ in fg_receive()
H A Drefclock_irig.c431 L_SUB(&rbufp->recv_time, &ltemp); in irig_receive()
432 up->timestamp = rbufp->recv_time; in irig_receive()
H A Drefclock_chu.c673 L_SUB(&rbufp->recv_time, &ltemp); 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 Drefclock_datum.c532 datum_pts->lastrec = rbufp->recv_time; in datum_pts_receive()
H A Dntp_proto.c1321 &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 Drefclock_msfees.c691 ees->arrvtime = rbufp->recv_time; in ees_receive()
868 ees->tz, rbufp->recv_time.l_ui, &ees->yearstart, in ees_receive()
H A Drefclock_arc.c945 timestamp = rbufp->recv_time; in arc_receive()
H A Drefclock_jupiter.c588 if ((cp = jupiter_parse_t(up, sp, rbufp->recv_time)) != NULL) { in jupiter_receive()
H A Drefclock_wwv.c811 L_SUB(&rbufp->recv_time, &ltemp); in wwv_receive()
812 up->timestamp = rbufp->recv_time; in wwv_receive()
H A Dntp_control.c3695 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 Dntpd.c1536 L_SUB(&dts, &rbuf->recv_time);
H A Drefclock_nmea.c1065 nmea_procrec(peer, rbufp->recv_time); in nmea_receive()
H A Drefclock_parse.c2211 ts.fp = rbufp->recv_time; in local_input()
2376 buf->recv_time = rbufp->recv_time; in local_input()
H A Dntp_io.c3378 rb->recv_time = ts;
3642 rb->recv_time = ts;
H A Drefclock_gpsdjson.c705 gpsd_parse(peer, &rbufp->recv_time); in gpsd_receive()
H A Dntp_request.c630 L_SUB(&ftmp, &rbufp->recv_time); in process_private()
H A Dntp_crypto.c994 rbufp->recv_time.l_ui, NULL); in crypto_recv()
/freebsd/contrib/ntp/include/
H A Drecvbuff.h84 l_fp recv_time; /* time of arrival */ member
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c880 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/ in receive()
2002 rb->recv_time = ts; in input_handler()