Searched refs:NTOHL_FP (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc_ops.c | 499 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/ |
| D | networking.c | 283 NTOHL_FP(&rpkt->org, &resp_org); in process_pkt() 284 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
|
| D | main.c | 1335 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/ |
| D | packetHandling.c | 69 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/ |
| D | ntpdate.c | 807 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/ |
| D | ntp_proto.c | 372 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()
|
| D | ntp_peer.c | 345 NTOHL_FP(&pkt->org, &pkt_org); in findpeer() 1152 NTOHL_FP(&pkt->org, &p_org); in findmanycastpeer()
|
| D | ntpsim.c | 329 NTOHL_FP(&rpkt->xmt, &lfp_host); in simulate_server()
|
| D | ntp_request.c | 631 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private() 2674 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge() 2679 NTOHL_FP(&cf->fudgetime, <mp); in set_clock_fudge()
|
| D | ntp_io.c | 3275 NTOHL_FP(&pkt->org, &org); 3276 NTOHL_FP(&pkt->rec, &rec); 3277 NTOHL_FP(&pkt->xmt, &xmt);
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_fp.h | 95 #define NTOHL_FP(n, h) \ macro
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog | 130349 Use HTONL_FP() and NTOHL_FP() to byteswap simulated on-wire timestamps.
|