Home
last modified time | relevance | path

Searched refs:fractionl (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/dntpd/
H A Dntpreq.c58 fixed->fractionl = ntohl(fixed->fractionl); in l_fixedpt_ntoh()
65 fixed->fractionl = htonl(fixed->fractionl); in l_fixedpt_hton()
117 wmsg.xmttime.fractionl = random(); in udp_ntptimereq()
H A Dntp.h47 u_int32_t fractionl; member
H A Dconvert.c43 tvp->tv_usec = (long)((double)fixed->fractionl * 1000000.0 / UINT_MAX); in l_fixedpt_to_tv()