Searched refs:NTOHL_FP (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/ntp/ntpdc/ |
| D | ntpdc_ops.c | 490 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/ |
| D | networking.c | 276 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt() 277 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
|
| D | main.c | 1318 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/ |
| D | packetHandling.c | 67 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/ |
| D | ntpdate.c | 792 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/ |
| D | ntp_proto.c | 334 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()
|
| D | ntp_peer.c | 335 NTOHL_FP(&pkt->org, &pkt_org); in findpeer() 1057 NTOHL_FP(&pkt->org, &p_org); in findmanycastpeer()
|
| D | ntpsim.c | 326 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
|
| D | ntp_request.c | 628 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private() 2566 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge() 2571 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge()
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp_fp.h | 93 #define NTOHL_FP(n, h) \ macro
|
| /freebsd-9-stable/contrib/ntp/ |
| D | CommitLog | 109687 Use HTONL_FP() and NTOHL_FP() to byteswap simulated on-wire timestamps.
|