Searched refs:nx_ptp_client_port_identity (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/addons/ptp/ |
D | nxd_ptp_client.c | 1040 memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, in _nx_ptp_client_send_delay_req() 1723 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_PORT_IDENTITY_SIZE); /* use ca… in _nx_ptp_client_send_pdelay_req() 2051 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_PORT_IDENTITY_SIZE); /* use ca… in _nx_ptp_client_send_pdelay_resp_follow_up() 2233 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_PORT_IDENTITY_SIZE); /* use ca… in _nx_ptp_client_send_pdelay_resp() 2421 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_PORT_IDENTITY_SIZE); /* use ca… in _nx_ptp_client_send_follow_up() 2612 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_PORT_IDENTITY_SIZE); /* use ca… in _nx_ptp_client_send_sync() 2782 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_PORT_IDENTITY_SIZE); /* use ca… 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() 2828 …memcpy(ptr, client_ptr -> nx_ptp_client_port_identity, NX_PTP_CLOCK_IDENTITY_SIZE); /* use case of… in _nx_ptp_client_send_announce() 3130 (memcmp(client_ptr -> nx_ptp_client_port_identity, in _nx_ptp_client_process_general_packet() [all …]
|
D | nxd_ptp_client.h | 464 UCHAR nx_ptp_client_port_identity[NX_PTP_CLOCK_PORT_IDENTITY_SIZE]; member
|