Searched refs:tx_tm_s (Results 1 – 2 of 2) sorted by relevance
43 NET_DBG("tx_tm_s: %x", ntohl(pkt->tx_tm_s)); 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()130 res->seconds = ntohl(pkt->tx_tm_s); in parse_response()132 ts = ntohl(pkt->tx_tm_s); in parse_response()201 tx_pkt.tx_tm_s = htonl(ctx->expected_orig_ts.seconds); in sntp_query()
34 uint32_t tx_tm_s; /* Transmit timestamp seconds */ member