Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtp_multi_interfaces_test.c24 static NX_IP client_0_ip; variable
313 status = nx_ip_create(&client_0_ip, "Test Client IP 0", TEST_CLIENT_0_ADDRESS, in test_application_define()
327 status = nx_arp_enable(&client_0_ip, (void *) pointer, 1024); in test_application_define()
335 status = nx_tcp_enable(&client_0_ip); in test_application_define()
341 status = nx_udp_enable(&client_0_ip); in test_application_define()
371 status = nx_tcp_socket_create(&client_0_ip, &rtsp_client_0, "Test Client 0 Socket", in thread_client_0_entry()
381 …status = nx_udp_socket_create(&client_0_ip, &rtp_client_0, "RTCP Client 0 Socket", NX_IP_NORMAL, N… in thread_client_0_entry()