Home
last modified time | relevance | path

Searched refs:send_sync (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.h55 VOID send_sync(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, NX_PTP_TIME *ts);
Dnetx_ptp_client_announce_timeout_test.c248 send_sync(&event_socket, &pool_0, &sync_ts); in ntest_1_entry()
Dnetx_ptp_client_basic_test.c228 send_sync(&event_socket, &pool_0, &sync_ts); in ntest_1_entry()
Dnetx_ptp_client_ipv6_test.c253 send_sync(&event_socket, &pool_0, &sync_ts); in ntest_1_entry()
Dnetx_ptp_client_two_steps_off_test.c231 send_sync(&event_socket, &pool_0, &sync_ts); in ntest_1_entry()
Dnetx_ptp_client_calibrate_test.c341 send_sync(&event_socket, &pool_0, &test_timestamps[i].sync); in ntest_1_entry()
Dnetx_ptp_client_master_selection_test.c296 send_sync(&event_socket, &pool_0, &sync_ts); in ntest_1_entry()
Dnetx_ptp_client_api_test.c273 send_sync(&event_socket, &pool_0, &sync_ts); in ntest_1_entry()
Dnetx_ptp_utility.c212 VOID send_sync(NX_UDP_SOCKET *socket_ptr, NX_PACKET_POOL *pool_ptr, NX_PTP_TIME *ts) in send_sync() function