Searched refs:sync (Results 1 – 4 of 4) sorted by relevance
1183 NX_PTP_CLIENT_SYNC sync; in _nx_ptp_client_sync_received() local1279 sync.nx_ptp_client_sync_flags = client_ptr -> nx_ptp_client_sync_flags; in _nx_ptp_client_sync_received()1280 sync.nx_ptp_client_sync_utc_offset = client_ptr -> nx_ptp_client_utc_offset; in _nx_ptp_client_sync_received()1281 … client_ptr -> nx_ptp_client_event_callback(client_ptr, NX_PTP_CLIENT_EVENT_SYNC, &sync, in _nx_ptp_client_sync_received()1355 NX_PTP_CLIENT_SYNC sync; in _nx_ptp_client_delay_resp_received() local1426 sync.nx_ptp_client_sync_flags = client_ptr -> nx_ptp_client_sync_flags; in _nx_ptp_client_delay_resp_received()1427 sync.nx_ptp_client_sync_utc_offset = client_ptr -> nx_ptp_client_utc_offset; in _nx_ptp_client_delay_resp_received()1428 client_ptr -> nx_ptp_client_event_callback(client_ptr, NX_PTP_CLIENT_EVENT_SYNC, &sync, in _nx_ptp_client_delay_resp_received()1487 NX_PTP_CLIENT_SYNC sync; in _nx_ptp_client_init_packet_received() local1501 sync.nx_ptp_client_sync_flags = 0; in _nx_ptp_client_init_packet_received()[all …]
37 NX_PTP_TIME sync; member
341 send_sync(&event_socket, &pool_0, &test_timestamps[i].sync); in ntest_1_entry()
361 t1 = &test_ts -> sync; in calibrate_timestamp()