Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h439 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset);
461 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset);
Dnxd_ptp_client.c2776 UINT _nxe_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) in _nxe_ptp_client_sync_info_get() argument
2788 return(_nx_ptp_client_sync_info_get(sync_ptr, flags, utc_offset)); in _nxe_ptp_client_sync_info_get()
2831 UINT _nx_ptp_client_sync_info_get(NX_PTP_CLIENT_SYNC *sync_ptr, USHORT *flags, SHORT *utc_offset) in _nx_ptp_client_sync_info_get() argument
2840 if (utc_offset) in _nx_ptp_client_sync_info_get()
2842 *utc_offset = sync_ptr -> nx_ptp_client_sync_utc_offset; in _nx_ptp_client_sync_info_get()