HomeSort by: relevance | last modified time | path
    Searched refs:DTOFP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 784 ips->delay = HTONS_FP(DTOFP(pp->delay));
906 ip->estbdelay = HTONS_FP(DTOFP(pp->delay));
920 ip->filtdelay[i] = HTONS_FP(DTOFP(pp->filter_delay[j]));
931 ip->delay = HTONS_FP(DTOFP(pp->delay));
1097 is->rootdelay = htonl(DTOFP(sys_rootdelay));
1099 is->frequency = htonl(DTOFP(sys_jitter));
1125 is->bdelay = HTONS_FP(DTOFP(sys_bdelay));
ntp_proto.c 4168 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay));
4685 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay));
4935 xpkt.rootdelay = HTONS_FP(DTOFP(sys_rootdelay));
  /src/external/bsd/ntp/dist/include/
ntp_fp.h 253 #define DTOFP(r) ((s_fp)((r) * FRIC))

Completed in 29 milliseconds