Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c43 #define PTP_PROTOCOL 0x88F7 macro
431 eth_hdr->ether_type = htons(PTP_PROTOCOL); in parse_fup()
572 if (eth_type == PTP_PROTOCOL) { in parse_ptp_frames()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dptpclient.rst214 if (eth_type == PTP_PROTOCOL) {