Searched refs:delay_response_ts (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_announce_timeout_test.c | 21 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable 195 expected_time.second_high = (delay_response_ts.second_high + follow_up_ts.second_high) / 2; in ntest_0_entry() 196 expected_time.second_low = (delay_response_ts.second_low + follow_up_ts.second_low) / 2; in ntest_0_entry() 197 expected_time.nanosecond = (delay_response_ts.nanosecond + follow_up_ts.nanosecond) / 2; in ntest_0_entry() 258 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_basic_test.c | 21 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable 183 expected_time.second_high = (delay_response_ts.second_high + follow_up_ts.second_high) / 2; in ntest_0_entry() 184 expected_time.second_low = (delay_response_ts.second_low + follow_up_ts.second_low) / 2; in ntest_0_entry() 185 expected_time.nanosecond = (delay_response_ts.nanosecond + follow_up_ts.nanosecond) / 2; in ntest_0_entry() 238 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_ipv6_test.c | 23 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable 196 expected_time.second_high = (delay_response_ts.second_high + follow_up_ts.second_high) / 2; in ntest_0_entry() 197 expected_time.second_low = (delay_response_ts.second_low + follow_up_ts.second_low) / 2; in ntest_0_entry() 198 expected_time.nanosecond = (delay_response_ts.nanosecond + follow_up_ts.nanosecond) / 2; in ntest_0_entry() 263 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_two_steps_off_test.c | 21 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable 183 expected_time.second_high = (delay_response_ts.second_high + sync_ts.second_high) / 2; in ntest_0_entry() 184 expected_time.second_low = (delay_response_ts.second_low + sync_ts.second_low) / 2; in ntest_0_entry() 185 expected_time.nanosecond = (delay_response_ts.nanosecond + sync_ts.nanosecond) / 2; in ntest_0_entry() 238 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_master_selection_test.c | 25 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable 185 expected_time.second_high = (delay_response_ts.second_high + follow_up_ts.second_high) / 2; in ntest_0_entry() 186 expected_time.second_low = (delay_response_ts.second_low + follow_up_ts.second_low) / 2; in ntest_0_entry() 187 expected_time.nanosecond = (delay_response_ts.nanosecond + follow_up_ts.nanosecond) / 2; in ntest_0_entry() 315 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_api_test.c | 21 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable 211 expected_time.second_high = (delay_response_ts.second_high + follow_up_ts.second_high) / 2; in ntest_0_entry() 212 expected_time.second_low = (delay_response_ts.second_low + follow_up_ts.second_low) / 2; in ntest_0_entry() 213 expected_time.nanosecond = (delay_response_ts.nanosecond + follow_up_ts.nanosecond) / 2; in ntest_0_entry() 283 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_calibrate_test.c | 21 static NX_PTP_TIME delay_response_ts = {0x0, 0x5F97CD71, 0x2494b730}; variable
|