Searched refs:NTOHL_FP (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/ntp/ntpdc/ |
| HD | 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-11-stable/contrib/ntp/sntp/ |
| HD | networking.c | 281 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt() 282 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
|
| HD | main.c | 1332 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/ |
| HD | packetHandling.c | 67 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/ |
| HD | 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-11-stable/contrib/ntp/ntpd/ |
| HD | ntp_proto.c | 370 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()
|
| HD | ntp_peer.c | 343 NTOHL_FP(&pkt->org, &pkt_org); in findpeer() 1095 NTOHL_FP(&pkt->org, &p_org); in findmanycastpeer()
|
| HD | ntpsim.c | 327 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
|
| HD | ntp_request.c | 629 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private() 2594 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge() 2599 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge()
|
| HD | ntp_io.c | 3233 NTOHL_FP(&pkt->org, &org); 3234 NTOHL_FP(&pkt->rec, &rec); 3235 NTOHL_FP(&pkt->xmt, &xmt);
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp_fp.h | 93 #define NTOHL_FP(n, h) \ macro
|
| /freebsd-11-stable/contrib/ntp/ |
| HD | CommitLog | 120993 Use HTONL_FP() and NTOHL_FP() to byteswap simulated on-wire timestamps.
|