Home
last modified time | relevance | path

Searched refs:root_delay (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/sntp/
Dsntp_pkt.h25 uint32_t root_delay; member
Dsntp.c34 NET_DBG("root_delay: %x", ntohl(pkt->root_delay)); in sntp_pkt_dump()
112 int64_t root_delay_us = q16_16_s_to_ll_us(ntohl(pkt->root_delay)); in parse_response()