Home
last modified time | relevance | path

Searched refs:delay_response (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 …second_low = carry + ((ULONG64)test_ts -> delay_response.second_low + (ULONG64)test_ts -> delay_re… in calibrate_timestamp()
394 …nanosecond = (carry + ((long long)test_ts -> delay_response.nanosecond + (long long)test_ts -> del… in calibrate_timestamp()
Dnetx_ptp_utility.h39 NX_PTP_TIME delay_response; member
Dnetx_ptp_client_calibrate_test.c351 send_delay_response(&generic_socket, &pool_0, &context, &test_timestamps[i].delay_response); in ntest_1_entry()