Searched refs:tx_tm_s (Results 1 – 2 of 2) sorted by relevance
44 NET_DBG("tx_tm_s: %x", ntohl(pkt->tx_tm_s)); in sntp_pkt_dump()91 if (ntohl(pkt->tx_tm_s) == 0 && ntohl(pkt->tx_tm_f) == 0) { in parse_response()103 int64_t tx_ts_us = q32_32_s_to_ll_us(ntohl(pkt->tx_tm_s), ntohl(pkt->tx_tm_f)); in parse_response()131 res->seconds = ntohl(pkt->tx_tm_s); in parse_response()133 ts = ntohl(pkt->tx_tm_s); in parse_response()197 tx_pkt.tx_tm_s = htonl(ctx->expected_orig_ts.seconds); in sntp_query_send()
34 uint32_t tx_tm_s; /* Transmit timestamp seconds */ member