Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dnetworking.c281 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt()
282 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
H A Dmain.c1333 NTOHL_FP(&rpkt->reftime, &p_ref); in offset_calculation()
1334 NTOHL_FP(&rpkt->org, &p_org); in offset_calculation()
1335 NTOHL_FP(&rpkt->rec, &p_rec); in offset_calculation()
1336 NTOHL_FP(&rpkt->xmt, &p_xmt); in offset_calculation()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_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/contrib/ntp/sntp/tests/
H A DpacketHandling.c67 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateUnauthenticatedPacket()
114 NTOHL_FP(&testpkt.xmt, &actual_xmt);
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.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/contrib/ntp/ntpd/
H A Dntp_proto.c370 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()
H A Dntp_peer.c343 NTOHL_FP(&pkt->org, &pkt_org); in findpeer()
1150 NTOHL_FP(&pkt->org, &p_org);
H A Dntpsim.c327 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
H A Dntp_request.c629 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private()
2603 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
2608 NTOHL_FP(&cf->fudgetime, &ltmp); in set_clock_fudge()
H A Dntp_io.c3274 NTOHL_FP(&pkt->org, &org);
3275 NTOHL_FP(&pkt->rec, &rec);
3276 NTOHL_FP(&pkt->xmt, &xmt);
/freebsd/contrib/ntp/include/
H A Dntp_fp.h93 #define NTOHL_FP(n, h) \ macro
/freebsd/contrib/ntp/
H A DCommitLog[all...]