Searched refs:NTOHL_FP (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ntp/sntp/ |
H A D | networking.c | 281 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt() 282 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
|
H A D | main.c | 1333 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 D | ntpdc_ops.c | 497 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 D | packetHandling.c | 67 NTOHL_FP(&testpkt.xmt, &actual_xmt); in test_GenerateUnauthenticatedPacket() 114 NTOHL_FP(&testpkt.xmt, &actual_xmt);
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 804 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 D | ntp_proto.c | 370 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 D | ntp_peer.c | 343 NTOHL_FP(&pkt->org, &pkt_org); in findpeer() 1150 NTOHL_FP(&pkt->org, &p_org);
|
H A D | ntpsim.c | 327 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
|
H A D | ntp_request.c | 629 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private() 2603 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge() 2608 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge()
|
H A D | ntp_io.c | 3274 NTOHL_FP(&pkt->org, &org); 3275 NTOHL_FP(&pkt->rec, &rec); 3276 NTOHL_FP(&pkt->xmt, &xmt);
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 93 #define NTOHL_FP(n, h) \ macro
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |