Lines Matching refs:frac
170 SNTP_SEC_FRAC_TO_S64(lwip_ntohl((t).sec), lwip_ntohl((t).frac))
178 u32_t frac;
289 u32_t frac;
292 frac = lwip_ntohl(timestamps->xmit.frac);
296 if (timestamps->recv.sec != 0 || timestamps->recv.frac != 0)
314 t3 = SNTP_SEC_FRAC_TO_S64(sec, frac);
321 frac = (u32_t)((u64_t)t4);
326 SNTP_SET_SYSTEM_TIME_NTP(sec, frac);
327 LWIP_UNUSED_ARG(frac); /* might be unused if only seconds are set */
329 sntp_format_time(sec), SNTP_FRAC_TO_US(frac)));
344 u32_t sec, frac;
346 SNTP_GET_SYSTEM_TIME_NTP(secs, frac);
348 frac = lwip_htonl(frac);
352 sntp_last_timestamp_sent.frac = frac;
355 req->transmit_timestamp[1] = frac;
476 timestamps.orig.frac != sntp_last_timestamp_sent.frac) {