Home
last modified time | relevance | path

Searched refs:ptp_tlv_mgmt (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dport.h201 struct ptp_tlv_mgmt *tlv);
223 int ptp_port_management_resp(struct ptp_port *port, struct ptp_msg *req, struct ptp_tlv_mgmt *tlv);
Dtlv.c41 static int tlv_mgmt_post_recv(struct ptp_tlv_mgmt *mgmt_tlv, uint16_t length) in tlv_mgmt_post_recv()
259 static void tlv_mgmt_pre_send(struct ptp_tlv_mgmt *mgmt_tlv) in tlv_mgmt_pre_send()
363 struct ptp_tlv_mgmt *mgmt; in ptp_tlv_post_recv()
368 if (tlv->length < (sizeof(struct ptp_tlv_mgmt) - sizeof(struct ptp_tlv))) { in ptp_tlv_post_recv()
371 mgmt = (struct ptp_tlv_mgmt *)tlv; in ptp_tlv_post_recv()
399 struct ptp_tlv_mgmt *mgmt; in ptp_tlv_pre_send()
403 mgmt = (struct ptp_tlv_mgmt *)tlv; in ptp_tlv_pre_send()
Dclock.c165 struct ptp_tlv_mgmt *tlv) in clock_management_set()
378 struct ptp_tlv_mgmt *mgmt = (struct ptp_tlv_mgmt *)msg->management.suffix; in ptp_clock_management_msg_process()
Dtlv.h161 struct ptp_tlv_mgmt { struct
Dport.c732 struct ptp_tlv_mgmt *req_mgmt) in port_management_resp_tlv_fill()
735 struct ptp_tlv_mgmt *mgmt; in port_management_resp_tlv_fill()
749 mgmt = (struct ptp_tlv_mgmt *)container->tlv; in port_management_resp_tlv_fill()
852 struct ptp_tlv_mgmt *tlv) in port_management_set()
1450 struct ptp_tlv_mgmt *tlv) in ptp_port_management_msg_process()
1473 struct ptp_tlv_mgmt *mgmt = (struct ptp_tlv_mgmt *)msg->management.suffix; in ptp_port_management_error()
1505 int ptp_port_management_resp(struct ptp_port *port, struct ptp_msg *req, struct ptp_tlv_mgmt *tlv) in ptp_port_management_resp()