Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dtlv.c87 clock_desc->phy_protocol = (struct ptp_text *)data; in tlv_mgmt_post_recv()
88 data += sizeof(*clock_desc->phy_protocol); in tlv_mgmt_post_recv()
89 data_length -= sizeof(*clock_desc->phy_protocol); in tlv_mgmt_post_recv()
93 data += clock_desc->phy_protocol->length; in tlv_mgmt_post_recv()
94 data_length -= clock_desc->phy_protocol->length; in tlv_mgmt_post_recv()
Dtlv.h197 struct ptp_text *phy_protocol; member