Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c240 struct gptp_hdr *hdr, *sync_hdr; in gptp_prepare_follow_up() local
260 sync_hdr = GPTP_HDR(sync); in gptp_prepare_follow_up()
270 hdr->sequence_id = sync_hdr->sequence_id; in gptp_prepare_follow_up()
601 struct gptp_hdr *sync_hdr, *hdr; in gptp_handle_follow_up() local
605 sync_hdr = GPTP_HDR(state->rcvd_sync_ptr); in gptp_handle_follow_up()
608 if (sync_hdr->sequence_id != hdr->sequence_id) { in gptp_handle_follow_up()
612 "SYNC", ntohs(sync_hdr->sequence_id)); in gptp_handle_follow_up()
Dgptp_md.c122 struct gptp_hdr *sync_hdr, *fup_hdr; in gptp_set_md_sync_receive() local
135 sync_hdr = GPTP_HDR(state->rcvd_sync_ptr); in gptp_set_md_sync_receive()
142 memcpy(&sync_rcv->src_port_id, &sync_hdr->port_id, in gptp_set_md_sync_receive()