Home
last modified time | relevance | path

Searched refs:seconds_high (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/ptp/
Dddt.h36 uint16_t seconds_high; member
Dtlv.c246 ts.seconds_high = ntohs(ts.seconds_high); in tlv_mgmt_post_recv()
320 ts.seconds_high = htons(ts.seconds_high); in tlv_mgmt_pre_send()
Dmsg.c54 msg->timestamp.protocol._sec.high = ntohs(ts->seconds_high); in msg_timestamp_post_recv()
61 ts->seconds_high = htons(ts->seconds_high); in msg_timestamp_pre_send()
Dport.c235 resp->follow_up.precise_origin_timestamp.seconds_high = pkt->timestamp._sec.high; in port_sync_timestamp_cb()
634 resp->delay_resp.receive_timestamp.seconds_high = msg->timestamp.host._sec.high; in port_delay_req_msg_process()