Searched defs:gptp_hdr (Results 1 – 3 of 3) sorted by relevance
147 struct gptp_hdr { struct149 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 …]
100 struct gptp_hdr *gptp_hdr; in check_gptp_msg() local
544 struct gptp_hdr *gptp_hdr; in check_gptp_msg() local