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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c308 l_fp p_org; /* origin timestamp */ local
370 NTOHL_FP(&rpkt->org, &p_org);
372 if (L_ISZERO(&p_org) ||
374 !L_ISEQU(&p_org, myorg)) {
640 l_fp p_org; /* origin timestamp */ local
963 NTOHL_FP(&pkt->org, &p_org);
1279 &p_org, &p_rec, &p_xmt, &rbufp->recv_time,
1352 &p_org, &p_rec, &p_xmt, &rbufp->recv_time,
1949 if ( L_ISZERO(&p_org) /* We checked p_xmt above */
1958 if ( !L_ISEQU(&p_xmt, &p_org)
2482 l_fp p_rec, p_xmt, p_org, p_reftime, ci; local
[all...]
H A Dntp_peer.c1080 l_fp p_org; local
1095 NTOHL_FP(&pkt->org, &p_org);
1096 if (L_ISEQU(&p_org, &peer->aorg))
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c1325 l_fp p_rec, p_xmt, p_ref, p_org, tmp, dst; local
1333 NTOHL_FP(&rpkt->org, &p_org);
1343 L_SUB(&tmp, &p_org);
1398 l_fp_output(&p_org, stdout);

Completed in 64 milliseconds