Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c490 NTOHL_FP(&(plist->offset), &tempts); in dopeers()
621 NTOHL_FP(&pp->reftime, &tempts); in printpeer()
624 NTOHL_FP(&pp->org, &tempts); in printpeer()
627 NTOHL_FP(&pp->rec, &tempts); in printpeer()
630 NTOHL_FP(&pp->xmt, &tempts); in printpeer()
645 NTOHL_FP(&pp->filtoffset[i], &tempts); in printpeer()
661 NTOHL_FP(&pp->offset, &tempts); in printpeer()
913 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
914 NTOHL_FP(&il->drift_comp, &temp2ts); in loopinfo()
923 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
[all …]
/freebsd-9-stable/contrib/ntp/sntp/
Dnetworking.c276 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt()
277 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
Dmain.c1318 NTOHL_FP(&rpkt->reftime, &p_ref); in offset_calculation()
1319 NTOHL_FP(&rpkt->org, &p_org); in offset_calculation()
1320 NTOHL_FP(&rpkt->rec, &p_rec); in offset_calculation()
1321 NTOHL_FP(&rpkt->xmt, &p_xmt); in offset_calculation()
/freebsd-9-stable/contrib/ntp/sntp/tests/
DpacketHandling.c67 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateUnauthenticatedPacket()
103 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateAuthenticatedPacket()
/freebsd-9-stable/contrib/ntp/ntpdate/
Dntpdate.c792 NTOHL_FP(&rpkt->org, &org); in receive()
847 NTOHL_FP(&rpkt->reftime, &server->reftime); in receive()
848 NTOHL_FP(&rpkt->rec, &rec); in receive()
849 NTOHL_FP(&rpkt->xmt, &server->org); in receive()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_proto.c334 NTOHL_FP(&rpkt->org, &p_org); in valid_NAK()
842 NTOHL_FP(&pkt->org, &p_org); in receive()
843 NTOHL_FP(&pkt->rec, &p_rec); in receive()
844 NTOHL_FP(&pkt->xmt, &p_xmt); in receive()
2157 NTOHL_FP(&pkt->reftime, &p_reftime); in process_packet()
2158 NTOHL_FP(&pkt->org, &p_org); in process_packet()
2159 NTOHL_FP(&pkt->rec, &p_rec); in process_packet()
2160 NTOHL_FP(&pkt->xmt, &p_xmt); in process_packet()
Dntp_peer.c335 NTOHL_FP(&pkt->org, &pkt_org); in findpeer()
1057 NTOHL_FP(&pkt->org, &p_org); in findmanycastpeer()
Dntpsim.c326 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
Dntp_request.c628 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private()
2566 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
2571 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
/freebsd-9-stable/contrib/ntp/include/
Dntp_fp.h93 #define NTOHL_FP(n, h) \ macro
/freebsd-9-stable/contrib/ntp/
DCommitLog109687 Use HTONL_FP() and NTOHL_FP() to byteswap simulated on-wire timestamps.