Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dtlv.c46 struct ptp_tlv_current_ds *current_ds; in tlv_mgmt_post_recv()
203 if (length != sizeof(struct ptp_tlv_current_ds)) { in tlv_mgmt_post_recv()
206 current_ds = (struct ptp_tlv_current_ds *)mgmt_tlv->data; in tlv_mgmt_post_recv()
265 struct ptp_tlv_current_ds *current_ds; in tlv_mgmt_pre_send()
289 current_ds = (struct ptp_tlv_current_ds *)mgmt_tlv->data; in tlv_mgmt_pre_send()
Dtlv.h259 struct ptp_tlv_current_ds { struct
Dport.c767 length = sizeof(struct ptp_tlv_current_ds); in port_management_resp_tlv_fill()
768 memcpy(mgmt->data, cds, sizeof(struct ptp_tlv_current_ds)); in port_management_resp_tlv_fill()