Home
last modified time | relevance | path

Searched refs:utc_offset (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c200 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()
Dnetx_ptp_utility.h54 VOID send_announce(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, USHORT utc_offset);
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h721 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);
Dnxd_ptp_client.c4985 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;