Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_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()
HDntp_monitor.c349 interval_fp = rbufp->recv_time; in ntp_monitor()
354 mon->last = rbufp->recv_time; in ntp_monitor()
446 interval_fp = rbufp->recv_time; in ntp_monitor()
478 mon->last = rbufp->recv_time; in ntp_monitor()
HDntpsim.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()
HDntp_refclock.c751 *tsptr = rbufp->recv_time; in refclock_gtlin()
753 rbufp->fd, ulfptoa(&rbufp->recv_time, 6), dlen, in refclock_gtlin()
792 *tsptr = rbufp->recv_time; in refclock_gtraw()
794 rbufp->fd, ulfptoa(&rbufp->recv_time, 6), bmax, in refclock_gtraw()
HDrefclock_fg.c317 pp->lastrec = rbufp->recv_time; /* Is it better than get_systime()? */ in fg_receive()
HDrefclock_irig.c431 L_SUB(&rbufp->recv_time, &ltemp); in irig_receive()
432 up->timestamp = rbufp->recv_time; in irig_receive()
HDrefclock_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()
HDrefclock_datum.c532 datum_pts->lastrec = rbufp->recv_time; in datum_pts_receive()
HDntp_proto.c1279 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive()
1352 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive()
2190 peer->borg = rbufp->recv_time; in receive()
2220 peer->dst = rbufp->recv_time; in receive()
2457 peer->dst = rbufp->recv_time; in receive()
4657 this_recv_time = rbufp->recv_time; in fast_xmit()
4662 HTONL_FP(&rbufp->recv_time, &xpkt.rec); in fast_xmit()
HDrefclock_msfees.c691 ees->arrvtime = rbufp->recv_time; in ees_receive()
868 ees->tz, rbufp->recv_time.l_ui, &ees->yearstart, in ees_receive()
HDrefclock_jupiter.c588 if ((cp = jupiter_parse_t(up, sp, rbufp->recv_time)) != NULL) { in jupiter_receive()
HDrefclock_arc.c942 timestamp = rbufp->recv_time; in arc_receive()
HDrefclock_wwv.c811 L_SUB(&rbufp->recv_time, &ltemp); in wwv_receive()
812 up->timestamp = rbufp->recv_time; in wwv_receive()
HDntp_control.c3706 rbufp->recv_time.l_ui, in generate_nonce()
3707 rbufp->recv_time.l_uf); in generate_nonce()
3709 rbufp->recv_time.l_ui, rbufp->recv_time.l_uf, derived); in generate_nonce()
HDntpd.c1493 L_SUB(&dts, &rbuf->recv_time);
HDrefclock_nmea.c1078 nmea_procrec(peer, rbufp->recv_time); in nmea_receive()
HDrefclock_parse.c2210 ts.fp = rbufp->recv_time; in local_input()
2375 buf->recv_time = rbufp->recv_time; in local_input()
HDntp_io.c3340 rb->recv_time = ts;
3613 rb->recv_time = ts;
HDrefclock_gpsdjson.c686 gpsd_parse(peer, &rbufp->recv_time); in gpsd_receive()
HDntp_request.c630 L_SUB(&ftmp, &rbufp->recv_time); in process_private()
HDntp_crypto.c1001 rbufp->recv_time.l_ui, NULL); in crypto_recv()
/freebsd-11-stable/contrib/ntp/include/
HDrecvbuff.h84 l_fp recv_time; /* time of arrival */ member
/freebsd-11-stable/contrib/ntp/ntpdate/
HDntpdate.c880 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/ in receive()
2002 rb->recv_time = ts; in input_handler()