Searched refs:NX_PTP_CLOCK_IDENTITY_SIZE (Results 1 – 3 of 3) sorted by relevance
300 #define NX_PTP_CLOCK_IDENTITY_SIZE 8 macro303 #define NX_PTP_CLOCK_PORT_IDENTITY_SIZE (NX_PTP_CLOCK_IDENTITY_SIZE + 2)
486 ptr += NX_PTP_CLOCK_IDENTITY_SIZE; in _nx_ptp_msg_parse_announce()540 NX_PTP_CLOCK_IDENTITY_SIZE); in _nx_ptp_client_master_clock_compare()2760 #define PTP_MSG_ANNOUNCE_PATH_TLV_LEN (2 + 2 + NX_PTP_CLOCK_IDENTITY_SIZE) in _nx_ptp_client_send_announce()2812 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_IDENTITY_SIZE); /* use case of… in _nx_ptp_client_send_announce()2813 ptr += NX_PTP_CLOCK_IDENTITY_SIZE; in _nx_ptp_client_send_announce()2828 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_IDENTITY_SIZE); /* use case of… in _nx_ptp_client_send_announce()2829 ptr += NX_PTP_CLOCK_IDENTITY_SIZE; in _nx_ptp_client_send_announce()4929 *grandmaster_identity_length = NX_PTP_CLOCK_IDENTITY_SIZE;
155 ASSERT_TRUE(grandmaster_identity_length == NX_PTP_CLOCK_IDENTITY_SIZE); in ptp_event_callback()