Searched refs:utc_offset (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.2.1/test/regression/ptp_test/ |
D | netx_ptp_utility.c | 200 VOID send_announce(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, USHORT utc_offset) in send_announce() argument 204 NX_CHANGE_USHORT_ENDIAN(utc_offset); in send_announce() 205 memcpy(&announce_data[44], &utc_offset, sizeof(utc_offset)); in send_announce()
|
D | netx_ptp_utility.h | 54 VOID send_announce(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, USHORT utc_offset);
|
/NetX-Duo-v6.2.1/addons/ptp/ |
D | nxd_ptp_client.h | 721 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset); 749 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset);
|
D | nxd_ptp_client.c | 4985 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) 4997 return(_nx_ptp_client_sync_info_get(sync_ptr, flags, utc_offset)); 5040 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) 5049 if (utc_offset) 5051 *utc_offset = sync_ptr -> nx_ptp_client_sync_utc_offset;
|