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

/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_util.c232 const char *p_org; local
248 p_org = p;
390 return ((int)(p - p_org));
/macosx-10.9.5/ntp-88/libsntp/
H A Dlibsntp_query.c91 l_fp p_rec, p_xmt, p_ref, p_org, xmt, tmp, dst; local
172 NTOHL_FP(&r_pkt.org, &p_org);
220 L_SUB(&tmp, &p_org);
/macosx-10.9.5/ntp-88/sntp/
H A Dmain.c175 l_fp p_rec, p_xmt, p_ref, p_org, xmt, tmp, dst; local
263 NTOHL_FP(&r_pkt.org, &p_org);
311 L_SUB(&tmp, &p_org);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_proto.c312 l_fp p_org; /* origin timestamp */ local
507 NTOHL_FP(&pkt->org, &p_org);
1033 if (!L_ISZERO(&p_org) && !(peer->flags & FLAG_XB)) {
1047 if (!L_ISEQU(&p_org, &peer->aorg)) {
1050 if (!L_ISZERO(&peer->dst) && L_ISEQU(&p_org,
1062 } else if (L_ISZERO(&p_org) || L_ISZERO(&p_rec) ||
1071 } else if (!L_ISZERO(&peer->dst) && !L_ISEQU(&p_org,
1316 l_fp p_rec, p_xmt, p_org, p_reftime, ci; local
1330 NTOHL_FP(&pkt->org, &p_org);
1341 &peer->dstadr->sin : NULL, &p_org,
[all...]
H A Dntp_peer.c978 l_fp p_org; local
996 NTOHL_FP(&pkt->org, &p_org);
997 if (L_ISEQU(&p_org, &peer->aorg))

Completed in 103 milliseconds