Home
last modified time | relevance | path

Searched refs:NTOHL_FP (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c497 NTOHL_FP(&(plist->offset), &tempts); in dopeers()
630 NTOHL_FP(&pp->reftime, &tempts); in printpeer()
633 NTOHL_FP(&pp->org, &tempts); in printpeer()
636 NTOHL_FP(&pp->rec, &tempts); in printpeer()
639 NTOHL_FP(&pp->xmt, &tempts); in printpeer()
654 NTOHL_FP(&pp->filtoffset[i], &tempts); in printpeer()
670 NTOHL_FP(&pp->offset, &tempts); in printpeer()
922 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
923 NTOHL_FP(&il->drift_comp, &temp2ts); in loopinfo()
932 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
[all …]
/freebsd-11-stable/contrib/ntp/sntp/
HDnetworking.c281 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt()
282 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
HDmain.c1332 NTOHL_FP(&rpkt->reftime, &p_ref); in offset_calculation()
1333 NTOHL_FP(&rpkt->org, &p_org); in offset_calculation()
1334 NTOHL_FP(&rpkt->rec, &p_rec); in offset_calculation()
1335 NTOHL_FP(&rpkt->xmt, &p_xmt); in offset_calculation()
/freebsd-11-stable/contrib/ntp/sntp/tests/
HDpacketHandling.c67 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateUnauthenticatedPacket()
104 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateAuthenticatedPacket()
/freebsd-11-stable/contrib/ntp/ntpdate/
HDntpdate.c804 NTOHL_FP(&rpkt->org, &org); in receive()
859 NTOHL_FP(&rpkt->reftime, &server->reftime); in receive()
860 NTOHL_FP(&rpkt->rec, &rec); in receive()
861 NTOHL_FP(&rpkt->xmt, &server->org); in receive()
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_proto.c370 NTOHL_FP(&rpkt->org, &p_org); in valid_NAK()
963 NTOHL_FP(&pkt->org, &p_org); in receive()
964 NTOHL_FP(&pkt->rec, &p_rec); in receive()
965 NTOHL_FP(&pkt->xmt, &p_xmt); in receive()
2493 NTOHL_FP(&pkt->reftime, &p_reftime); in process_packet()
2494 NTOHL_FP(&pkt->org, &p_org); in process_packet()
2495 NTOHL_FP(&pkt->rec, &p_rec); in process_packet()
2496 NTOHL_FP(&pkt->xmt, &p_xmt); in process_packet()
HDntp_peer.c343 NTOHL_FP(&pkt->org, &pkt_org); in findpeer()
1095 NTOHL_FP(&pkt->org, &p_org); in findmanycastpeer()
HDntpsim.c327 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
HDntp_request.c629 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private()
2594 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
2599 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
HDntp_io.c3233 NTOHL_FP(&pkt->org, &org);
3234 NTOHL_FP(&pkt->rec, &rec);
3235 NTOHL_FP(&pkt->xmt, &xmt);
/freebsd-11-stable/contrib/ntp/include/
HDntp_fp.h93 #define NTOHL_FP(n, h) \ macro
/freebsd-11-stable/contrib/ntp/
HDCommitLog120993 Use HTONL_FP() and NTOHL_FP() to byteswap simulated on-wire timestamps.