| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_master_selection_test.c | 19 static NX_UDP_SOCKET generic_socket; variable 273 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 286 send_announce(&generic_socket, &pool_0, expected_utc_offset); in ntest_1_entry() 299 send_follow_up(&generic_socket, &pool_0, &follow_up_ts); in ntest_1_entry() 315 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry() 324 send_announce(&generic_socket, &pool_0, expected_utc_offset + 1); in ntest_1_entry()
|
| D | netx_ptp_client_announce_timeout_test.c | 15 static NX_UDP_SOCKET generic_socket; variable 238 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 245 send_announce(&generic_socket, &pool_0, expected_utc_offset); in ntest_1_entry() 251 send_follow_up(&generic_socket, &pool_0, &follow_up_ts); in ntest_1_entry() 258 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_basic_test.c | 15 static NX_UDP_SOCKET generic_socket; variable 218 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 225 send_announce(&generic_socket, &pool_0, expected_utc_offset); in ntest_1_entry() 231 send_follow_up(&generic_socket, &pool_0, &follow_up_ts); in ntest_1_entry() 238 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_ipv6_test.c | 17 static NX_UDP_SOCKET generic_socket; variable 240 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 250 send_announce(&generic_socket, &pool_0, expected_utc_offset); in ntest_1_entry() 256 send_follow_up(&generic_socket, &pool_0, &follow_up_ts); in ntest_1_entry() 263 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_calibrate_test.c | 15 static NX_UDP_SOCKET generic_socket; variable 321 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 334 send_announce(&generic_socket, &pool_0, expected_utc_offset); 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()
|
| D | netx_ptp_client_api_test.c | 15 static NX_UDP_SOCKET generic_socket; variable 263 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 270 send_announce(&generic_socket, &pool_0, expected_utc_offset); in ntest_1_entry() 276 send_follow_up(&generic_socket, &pool_0, &follow_up_ts); in ntest_1_entry() 283 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|
| D | netx_ptp_client_two_steps_off_test.c | 15 static NX_UDP_SOCKET generic_socket; variable 218 create_socket(&ip_1, &generic_socket, PTP_GENERAL_UDP_PORT); in ntest_1_entry() 228 send_announce(&generic_socket, &pool_0, expected_utc_offset); in ntest_1_entry() 238 send_delay_response(&generic_socket, &pool_0, &context, &delay_response_ts); in ntest_1_entry()
|