Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_host_bulk_out_transfer_fail_test.c35 write_packet_tcp(&tcp_socket_host, &packet_pool_host, 0, "host"); in post_init_host()
Dusbx_cdc_ecm_host_bulk_in_transfer_arming_during_deactivate_test.c55 write_packet_tcp(&tcp_socket_device, &packet_pool_device, 1, "device"); in post_init_host()
Dusbx_cdc_ecm_host_bulk_in_transfer_arming_during_link_down_test.c55 write_packet_tcp(&tcp_socket_device, &packet_pool_device, 1, "device"); in post_init_host()
Dusbx_cdc_ecm_host_bulko_transfer_arming_during_link_dn_test.c45 write_packet_tcp(&tcp_socket_host, &packet_pool_host, 0, "host"); in write_thread_entry()
Dusbx_ux_test_cdc_ecm.h419 static void write_packet_tcp(NX_TCP_SOCKET *tcp_socket, NX_PACKET_POOL *packet_pool, ULONG num_writ… in write_packet_tcp() function
532write_packet_tcp(&tcp_socket_host, &packet_pool_host, global_basic_test_num_writes_host++, "host"); in cdc_ecm_basic_test()
576write_packet_tcp(&tcp_socket_device, &packet_pool_device, global_basic_test_num_writes_device++, "… in cdc_ecm_basic_test()
Dusbx_cdc_ecm_basic_ipv6_test.c402 static void write_packet_tcp(NX_TCP_SOCKET *tcp_socket, NX_PACKET_POOL *packet_pool, ULONG num_writ… in write_packet_tcp() function