Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/ptp/
Dnxd_ptp_client.h300 #define NX_PTP_CLOCK_IDENTITY_SIZE 8 macro
303 #define NX_PTP_CLOCK_PORT_IDENTITY_SIZE (NX_PTP_CLOCK_IDENTITY_SIZE + 2)
Dnxd_ptp_client.c486 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;
/NetX-Duo-v6.4.1/test/regression/ptp_test/
Dnetx_ptp_client_api_test.c155 ASSERT_TRUE(grandmaster_identity_length == NX_PTP_CLOCK_IDENTITY_SIZE); in ptp_event_callback()