Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.h151 struct ptp_timestamp precise_origin_timestamp; member
Dmsg.c331 msg_timestamp_pre_send(&msg->follow_up.precise_origin_timestamp); in ptp_msg_pre_send()
401 msg_timestamp_post_recv(msg, &msg->follow_up.precise_origin_timestamp); in ptp_msg_post_recv()
Dport.c235 resp->follow_up.precise_origin_timestamp.seconds_high = pkt->timestamp._sec.high; in port_sync_timestamp_cb()
236 resp->follow_up.precise_origin_timestamp.seconds_low = pkt->timestamp._sec.low; in port_sync_timestamp_cb()
237 resp->follow_up.precise_origin_timestamp.nanoseconds = pkt->timestamp.nanosecond; in port_sync_timestamp_cb()