Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_host_thread_packet_allocate_fail_test.c32 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, d… in post_init_host()
39 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, d… in post_init_host()
52 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, d… in post_init_host()
Dusbx_cdc_ecm_host_thread_packet_append_fail_test.c37 …write_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, device_n… in post_init_host()
44 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, d… in post_init_host()
54 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, d… in post_init_host()
Dusbx_cdc_ecm_link_down_while_ongoing_transfers_test.c95 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, g… in basic_test_device()
98 read_packet_udp(&udp_socket_device, global_basic_test_num_reads_device++, "device"); in basic_test_device()
Dusbx_rndis_basic_test.c53 static NX_UDP_SOCKET udp_socket_device; variable
565 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_device, &udp_socket_device, "USB DEVICE UDP SOCK… in thread_entry_device()
566 … UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_device, DEVICE_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_device()
658 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, g… in thread_entry_device()
661 read_packet_udp(&udp_socket_device, global_basic_test_num_reads_device++, "device"); in thread_entry_device()
Dusbx_cdc_ecm_host_bulk_in_transfer_fail_test.c52 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, 0… in post_init_host()
Dusbx_cdc_ecm_host_thread_link_down_before_transfer_test.c50 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, 0… in post_init_host()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c54 static NX_UDP_SOCKET udp_socket_device; variable
590 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_device, &udp_socket_device, "USB DEVICE UDP SOCK… in thread_entry_device()
591 … UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_device, DEVICE_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_device()
683 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, g… in thread_entry_device()
686 read_packet_udp(&udp_socket_device, global_basic_test_num_reads_device++, "device"); in thread_entry_device()
Dusbx_cdc_ecm_host_bulki_arm_err_dueto_link_dn_thread_wait_test.c55 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, 0… in post_init_host()
Dusbx_ux_test_cdc_ecm.h100 static NX_UDP_SOCKET udp_socket_device; variable
589 …write_packet_udp(&udp_socket_device, &packet_pool_device, HOST_IP_ADDRESS, HOST_SOCKET_PORT_UDP, g… in cdc_ecm_basic_test()
592 … read_packet_udp(&udp_socket_device, global_basic_test_num_reads_device++, "device"); in cdc_ecm_basic_test()
706 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_device, &udp_socket_device, "USB DEVICE UDP SOCK… in thread_entry_device()
707 … UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_device, DEVICE_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_device()
Dusbx_cdc_ecm_basic_ipv6_test.c79 static NX_UDP_SOCKET udp_socket_device; variable
571 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_device, &udp_socket_device, "USB DEVICE UDP SOCK… in thread_entry_device()
572 … UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_device, DEVICE_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_device()
Dusbx_ux_device_class_cdc_ecm_bulkout_thread_test.c113 read_packet_udp(&udp_socket_device, global_basic_test_num_reads_device++, "device"); in post_init_host()