Searched refs:tx_tm_f (Results 1 – 2 of 2) sorted by relevance
44 NET_DBG("tx_tm_f: %x", ntohl(pkt->tx_tm_f)); in sntp_pkt_dump()90 if (ntohl(pkt->tx_tm_s) == 0 && ntohl(pkt->tx_tm_f) == 0) { in parse_response()102 int64_t tx_ts_us = q32_32_s_to_ll_us(ntohl(pkt->tx_tm_s), ntohl(pkt->tx_tm_f)); in parse_response()129 res->fraction = ntohl(pkt->tx_tm_f); in parse_response()202 tx_pkt.tx_tm_f = htonl(ctx->expected_orig_ts.fraction); in sntp_query()
35 uint32_t tx_tm_f; /* Transmit timestamp seconds fraction */ member