Home
last modified time | relevance | path

Searched refs:gptp_follow_up (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.h30 #define GPTP_FOLLOW_UP(pkt) ((struct gptp_follow_up *)gptp_data(pkt))
54 (sizeof(struct gptp_hdr) + sizeof(struct gptp_follow_up))
219 struct gptp_follow_up { struct
Dgptp_messages.c241 struct gptp_follow_up *fup; in gptp_prepare_follow_up()
250 pkt = setup_gptp_frame(iface, sizeof(struct gptp_follow_up)); in gptp_prepare_follow_up()
275 sizeof(struct gptp_follow_up)); in gptp_prepare_follow_up()
Dgptp_md.c37 struct gptp_follow_up *fup; in gptp_md_follow_up_prepare()
123 struct gptp_follow_up *fup; in gptp_set_md_sync_receive()