Home
last modified time | relevance | path

Searched refs:net_ptp_time_to_ns (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dptp_time.h210 static inline net_time_t net_ptp_time_to_ns(struct net_ptp_time *ts) in net_ptp_time_to_ns() function
Dnet_pkt.h1131 return net_ptp_time_to_ns(&pkt->timestamp); in net_pkt_timestamp_ns()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c192 txtime = net_ptp_time_to_ns(&time); in tx()