Home
last modified time | relevance | path

Searched refs:p_xmt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c653 l_fp p_xmt; /* transmit timestamp */ in receive() local
1005 NTOHL_FP(&pkt->xmt, &p_xmt); in receive()
1321 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive()
1410 &p_org, &p_rec, &p_xmt, &rbufp->recv_time, in receive()
1630 peer->bxmt = p_xmt; in receive()
1653 peer->bxmt = p_xmt; in receive()
1882 tdiff = p_xmt; in receive()
1891 p_xmt.l_ui, p_xmt.l_uf in receive()
1959 if (L_ISZERO(&p_xmt)) { in receive()
1974 } else if ( ((FLAG_LOOPNONCE & peer->flags) && L_ISEQU(&peer->nonce, &p_xmt)) in receive()
[all …]
/freebsd/contrib/ntp/sntp/
H A Dmain.c1326 l_fp p_rec, p_xmt, p_ref, p_org, tmp, dst; in offset_calculation() local
1336 NTOHL_FP(&rpkt->xmt, &p_xmt); in offset_calculation()
1348 tmp = p_xmt; in offset_calculation()
1403 l_fp_output(&p_xmt, stdout); in offset_calculation()