Searched refs:client_1_ip (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/rtp_test/ |
| D | netx_rtp_multi_interfaces_test.c | 25 static NX_IP client_1_ip; variable 320 status = nx_ip_create(&client_1_ip, "Test Client IP 1", TEST_CLIENT_1_ADDRESS, in test_application_define() 330 status = nx_arp_enable(&client_1_ip, (void *) pointer, 1024); in test_application_define() 337 status = nx_tcp_enable(&client_1_ip); in test_application_define() 343 status = nx_udp_enable(&client_1_ip); in test_application_define() 525 status = nx_tcp_socket_create(&client_1_ip, &rtsp_client_1, "Test Client 1 Socket", in thread_client_1_entry() 535 …status = nx_udp_socket_create(&client_1_ip, &rtp_client_1, "RTCP Client 1 Socket", NX_IP_NORMAL, N… in thread_client_1_entry()
|