Home
last modified time | relevance | path

Searched defs:gptp_hdr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dgptp.h147 struct gptp_hdr { struct
149 uint8_t message_type:4;
152 uint8_t transport_specific:4;
155 uint8_t ptp_version:4;
158 uint8_t reserved0:4;
161 uint16_t message_length;
164 uint8_t domain_number;
167 uint8_t reserved1;
170 struct gptp_flags flags;
173 int64_t correction_field;
[all …]
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_native_posix.c100 struct gptp_hdr *gptp_hdr; in check_gptp_msg() local
Deth_sam_gmac.c544 struct gptp_hdr *gptp_hdr; in check_gptp_msg() local