Searched refs:DTOFP (Results 1 – 3 of 3) sorted by relevance
782 ips->delay = HTONS_FP(DTOFP(pp->delay)); in list_peers_sum() 904 ip->estbdelay = HTONS_FP(DTOFP(pp->delay)); in peer_info() 918 ip->filtdelay[i] = HTONS_FP(DTOFP(pp->filter_delay[j])); in peer_info() 929 ip->delay = HTONS_FP(DTOFP(pp->delay)); in peer_info() 1095 is->rootdelay = htonl(DTOFP(sys_rootdelay)); in sys_info() 1097 is->frequency = htonl(DTOFP(sys_jitter)); in sys_info() 1123 is->bdelay = HTONS_FP(DTOFP(sys_bdelay)); in sys_info()
4166 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in peer_xmit()4683 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in fast_xmit()4933 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay)); in pool_xmit()
251 #define DTOFP(r) ((s_fp)((r) * FRIC)) macro