Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.h34 #define PTP_MSG_UNICAST_FLAG BIT(2) macro
Dclock.c136 if (msg->header.flags[0] & PTP_MSG_UNICAST_FLAG) { in clock_forward_management_msg()
Dport.c639 if (msg->header.flags[0] & PTP_MSG_UNICAST_FLAG) { in port_delay_req_msg_process()
641 resp->header.flags[0] |= PTP_MSG_UNICAST_FLAG; in port_delay_req_msg_process()