Home
last modified time | relevance | path

Searched refs:ptp_port_id (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.h77 struct ptp_port_id src_port_id;
165 struct ptp_port_id req_port_id;
180 struct ptp_port_id reserved; /* make it the same length as ptp_pdelay_resp */
195 struct ptp_port_id req_port_id;
209 struct ptp_port_id req_port_id;
221 struct ptp_port_id target_port_id;
233 struct ptp_port_id target_port_id;
Dds.h87 struct ptp_port_id port_id;
154 struct ptp_port_id id;
215 struct ptp_port_id sender;
217 struct ptp_port_id receiver;
Dport.h139 bool ptp_port_id_eq(const struct ptp_port_id *p1, const struct ptp_port_id *p2);
Dbtca.c21 static int btca_port_id_cmp(const struct ptp_port_id *p1, const struct ptp_port_id *p2) in btca_port_id_cmp()
Dddt.h56 struct ptp_port_id { struct
Dtlv.h273 struct ptp_port_id port_id;
313 struct ptp_port_id id;
Dclock.h73 struct ptp_port_id port_id;
Dmsg.c66 static void msg_port_id_post_recv(struct ptp_port_id *port_id) in msg_port_id_post_recv()
71 static void msg_port_id_pre_send(struct ptp_port_id *port_id) in msg_port_id_pre_send()
Dport.c46 const char *port_id_str(struct ptp_port_id *port_id) in port_id_str()
720 sizeof(struct ptp_port_id)); in port_management_resp_prepare()
1292 bool ptp_port_id_eq(const struct ptp_port_id *p1, const struct ptp_port_id *p2) in ptp_port_id_eq()
1294 return memcmp(p1, p2, sizeof(struct ptp_port_id)) == 0; in ptp_port_id_eq()
Dclock.c376 struct ptp_port_id *target_port = &msg->management.target_port_id; in ptp_clock_management_msg_process()