Home
last modified time | relevance | path

Searched refs:p_org (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c308 l_fp p_org; /* origin timestamp */ in valid_NAK() local
370 NTOHL_FP(&rpkt->org, &p_org); in valid_NAK()
372 if (L_ISZERO(&p_org) || in valid_NAK()
374 !L_ISEQU(&p_org, myorg)) { in valid_NAK()
651 l_fp p_org; /* origin timestamp */ in receive() local
1003 NTOHL_FP(&pkt->org, &p_org); 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()
2017 if ( L_ISZERO(&p_org) /* We checked p_xmt above */ in receive()
2026 if ( !L_ISEQU(&p_xmt, &p_org) in receive()
[all …]
H A Dntp_peer.c1135 l_fp p_org;
1150 NTOHL_FP(&pkt->org, &p_org);
1151 if (L_ISEQU(&p_org, &peer->aorg)) {
1080 l_fp p_org; findmanycastpeer() local
/freebsd/contrib/ntp/sntp/
H A Dmain.c1326 l_fp p_rec, p_xmt, p_ref, p_org, tmp, dst; in offset_calculation() local
1334 NTOHL_FP(&rpkt->org, &p_org); in offset_calculation()
1344 L_SUB(&tmp, &p_org); in offset_calculation()
1399 l_fp_output(&p_org, stdout); in offset_calculation()