Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_cdc_ecm_bulkout_thread_test.c105 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in post_init_host()
121 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in post_init_host()
137 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in post_init_host()
147 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in post_init_host()
Dusbx_cdc_ecm_host_thread_packet_allocate_fail_test.c48 read_packet_udp(&udp_socket_host, host_num_reads++, "host"); in post_init_host()
54 read_packet_udp(&udp_socket_host, host_num_reads++, "host"); in post_init_host()
Dusbx_cdc_ecm_host_thread_packet_append_fail_test.c51 read_packet_udp(&udp_socket_host, host_num_reads++, "host"); in post_init_host()
56 read_packet_udp(&udp_socket_host, host_num_reads++, "host"); in post_init_host()
Dusbx_cdc_ecm_link_down_while_ongoing_transfers_test.c57 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in basic_test_host()
60 read_packet_udp(&udp_socket_host, global_basic_test_num_reads_host++, "host"); in basic_test_host()
131 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, n… in ongoing_writes_test_host()
Dusbx_rndis_basic_test.c39 static NX_UDP_SOCKET udp_socket_host; variable
495 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_host, &udp_socket_host, "USB HOST UDP SOCKET", N… in thread_entry_host()
496 UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_host, HOST_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_host()
523 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in thread_entry_host()
526 read_packet_udp(&udp_socket_host, global_basic_test_num_reads_host++, "host"); in thread_entry_host()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c40 static NX_UDP_SOCKET udp_socket_host; variable
517 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_host, &udp_socket_host, "USB HOST UDP SOCKET", N… in thread_entry_host()
518 UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_host, HOST_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_host()
548 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in thread_entry_host()
551 read_packet_udp(&udp_socket_host, global_basic_test_num_reads_host++, "host"); in thread_entry_host()
Dusbx_ux_test_cdc_ecm.h84 static NX_UDP_SOCKET udp_socket_host; variable
545 …write_packet_udp(&udp_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, g… in cdc_ecm_basic_test()
548 read_packet_udp(&udp_socket_host, global_basic_test_num_reads_host++, "host"); in cdc_ecm_basic_test()
631 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_host, &udp_socket_host, "USB HOST UDP SOCKET", N… in thread_entry_host()
632 UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_host, HOST_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_host()
Dusbx_cdc_ecm_basic_ipv6_test.c64 static NX_UDP_SOCKET udp_socket_host; variable
484 …UX_TEST_CHECK_SUCCESS(nx_udp_socket_create(&nx_ip_host, &udp_socket_host, "USB HOST UDP SOCKET", N… in thread_entry_host()
485 UX_TEST_CHECK_SUCCESS(nx_udp_socket_bind(&udp_socket_host, HOST_SOCKET_PORT_UDP, NX_NO_WAIT)); in thread_entry_host()