Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/gptp/
Dgptp_messages.h29 #define GPTP_SYNC(pkt) ((struct gptp_sync *)gptp_data(pkt))
52 (sizeof(struct gptp_hdr) + sizeof(struct gptp_sync))
186 struct gptp_sync { struct
Dgptp_messages.c186 struct gptp_sync *sync; in gptp_prepare_sync()
195 pkt = setup_gptp_frame(iface, sizeof(struct gptp_sync)); in gptp_prepare_sync()
221 sizeof(struct gptp_sync)); in gptp_prepare_sync()