Home
last modified time | relevance | path

Searched refs:delay_request (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.c370 …ts -> second_high = (test_ts -> delay_response.second_high + test_ts -> delay_request.second_high)… in calibrate_timestamp()
382 … + ((ULONG64)test_ts -> delay_response.second_low + (ULONG64)test_ts -> delay_request.second_low) - in calibrate_timestamp()
394 …(long long)test_ts -> delay_response.nanosecond + (long long)test_ts -> delay_request.nanosecond) - in calibrate_timestamp()
Dnetx_ptp_utility.h43 NX_PTP_TIME delay_request; member
Dnetx_ptp_client_calibrate_test.c258 &test_timestamps[test_index].delay_request, NX_NULL, callback_data); in clock_callback()