Searched refs:DTOFP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_request.c781 ips->delay = HTONS_FP(DTOFP(pp->delay));
902 ip->estbdelay = HTONS_FP(DTOFP(pp->delay));
916 ip->filtdelay[i] = HTONS_FP(DTOFP(pp->filter_delay[j]));
927 ip->delay = HTONS_FP(DTOFP(pp->delay));
1093 is->rootdelay = htonl(DTOFP(sys_rootdelay));
1095 is->frequency = htonl(DTOFP(sys_jitter));
1121 is->bdelay = HTONS_FP(DTOFP(sys_bdelay));
H A Dntp_proto.c3676 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay));
4176 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay));
4356 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay));
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_fp.h251 #define DTOFP(r) ((s_fp)((r) * FRIC)) macro

Completed in 168 milliseconds