Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc_ops.c499 NTOHL_FP(&(plist->offset), &tempts); in dopeers()
632 NTOHL_FP(&pp->reftime, &tempts); in printpeer()
635 NTOHL_FP(&pp->org, &tempts); in printpeer()
638 NTOHL_FP(&pp->rec, &tempts); in printpeer()
641 NTOHL_FP(&pp->xmt, &tempts); in printpeer()
656 NTOHL_FP(&pp->filtoffset[i], &tempts); in printpeer()
672 NTOHL_FP(&pp->offset, &tempts); in printpeer()
924 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
925 NTOHL_FP(&il->drift_comp, &temp2ts); in loopinfo()
934 NTOHL_FP(&il->last_offset, &tempts); in loopinfo()
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/
Dnetworking.c283 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt()
284 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
Dmain.c1335 NTOHL_FP(&rpkt->reftime, &p_ref); in offset_calculation()
1336 NTOHL_FP(&rpkt->org, &p_org); in offset_calculation()
1337 NTOHL_FP(&rpkt->rec, &p_rec); in offset_calculation()
1338 NTOHL_FP(&rpkt->xmt, &p_xmt); in offset_calculation()
/netbsd/src/external/bsd/ntp/dist/sntp/tests/
DpacketHandling.c69 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateUnauthenticatedPacket()
116 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateAuthenticatedPacket()
/netbsd/src/external/bsd/ntp/dist/ntpdate/
Dntpdate.c807 NTOHL_FP(&rpkt->org, &org); in receive()
862 NTOHL_FP(&rpkt->reftime, &server->reftime); in receive()
863 NTOHL_FP(&rpkt->rec, &rec); in receive()
864 NTOHL_FP(&rpkt->xmt, &server->org); in receive()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_proto.c372 NTOHL_FP(&rpkt->org, &p_org); in valid_NAK()
1005 NTOHL_FP(&pkt->org, &p_org); in receive()
1006 NTOHL_FP(&pkt->rec, &p_rec); in receive()
1007 NTOHL_FP(&pkt->xmt, &p_xmt); in receive()
2583 NTOHL_FP(&pkt->reftime, &p_reftime); in process_packet()
2584 NTOHL_FP(&pkt->org, &p_org); in process_packet()
2585 NTOHL_FP(&pkt->rec, &p_rec); in process_packet()
2586 NTOHL_FP(&pkt->xmt, &p_xmt); in process_packet()
Dntp_peer.c345 NTOHL_FP(&pkt->org, &pkt_org); in findpeer()
1152 NTOHL_FP(&pkt->org, &p_org); in findmanycastpeer()
Dntpsim.c329 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
Dntp_request.c631 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private()
2674 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
2679 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
Dntp_io.c3275 NTOHL_FP(&pkt->org, &org);
3276 NTOHL_FP(&pkt->rec, &rec);
3277 NTOHL_FP(&pkt->xmt, &xmt);
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_fp.h95 #define NTOHL_FP(n, h) \ macro
/netbsd/src/external/bsd/ntp/dist/
DCommitLog130349 Use HTONL_FP() and NTOHL_FP() to byteswap simulated on-wire timestamps.