Searched refs:test_timestamps (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_calibrate_test.c | 29 TEST_TIMESTAMP test_timestamps[] = variable 258 &test_timestamps[test_index].delay_request, NX_NULL, callback_data); in clock_callback() 279 … for (test_index = 0; test_index < sizeof(test_timestamps) / sizeof(TEST_TIMESTAMP); test_index++) in ntest_0_entry() 292 calibrate_timestamp(&test_timestamps[test_index], &expected_time); in ntest_0_entry() 324 for (i = 0; i < sizeof(test_timestamps) / sizeof(TEST_TIMESTAMP); i++) in ntest_1_entry() 338 &test_timestamps[i].sync_received, NX_NULL, NX_NULL); in ntest_1_entry() 341 send_sync(&event_socket, &pool_0, &test_timestamps[i].sync); in ntest_1_entry() 344 send_follow_up(&generic_socket, &pool_0, &test_timestamps[i].follow_up); in ntest_1_entry() 351 send_delay_response(&generic_socket, &pool_0, &context, &test_timestamps[i].delay_response); in ntest_1_entry()
|