Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_test_cdc_ecm.h419 …te_packet_tcp(NX_TCP_SOCKET *tcp_socket, NX_PACKET_POOL *packet_pool, ULONG num_writes, CHAR *name) in write_packet_tcp() argument
426 *(ULONG *)out_packet->nx_packet_prepend_ptr = num_writes; in write_packet_tcp()
447 if (num_writes % 100 == 0) in write_packet_tcp()
449 stepinfo("%s writing tcp packet# %lu\n", name, num_writes); in write_packet_tcp()
473 …cket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name, ULO… in write_udp() argument
481 *(ULONG *)out_packet->nx_packet_prepend_ptr = num_writes; in write_udp()
504 if (num_writes % 100 == 0) in write_udp()
506 … stepinfo("%s writing udp packet# %lu, %ld\n", name, num_writes, out_packet->nx_packet_length); in write_udp()
511 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument
513 write_udp(udp_socket, packet_pool, ip_address, port, num_writes, name, 4 + WRITE_APPEND_SIZE); in write_packet_udp()
Dusbx_cdc_ecm_basic_ipv6_test.c402 …te_packet_tcp(NX_TCP_SOCKET *tcp_socket, NX_PACKET_POOL *packet_pool, ULONG num_writes, CHAR *name) in write_packet_tcp() argument
409 *(ULONG *)out_packet->nx_packet_prepend_ptr = num_writes; in write_packet_tcp()
414 if (num_writes % 100 == 0) in write_packet_tcp()
416 stepinfo("%s writing tcp packet# %lu\n", name, num_writes); in write_packet_tcp()
440 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument
447 *(ULONG *)out_packet->nx_packet_prepend_ptr = num_writes; in write_packet_udp()
452 if (num_writes % 100 == 0) in write_packet_udp()
454 stepinfo("%s writing udp packet# %lu\n", name, num_writes); in write_packet_udp()
Dusbx_cdc_ecm_link_down_while_ongoing_transfers_test.c115 UINT num_writes = 0; in ongoing_writes_test_host() local
131 …p_socket_host, &packet_pool_host, DEVICE_IP_ADDRESS, DEVICE_SOCKET_PORT_UDP, num_writes++, "host"); in ongoing_writes_test_host()
Dusbx_rndis_basic_test.c307 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument
314 *(ULONG *)out_packet->nx_packet_prepend_ptr = num_writes; in write_packet_udp()
319 if (num_writes % 100 == 0) in write_packet_udp()
321 stepinfo("%s writing packet# %lu\n", name, num_writes); in write_packet_udp()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c308 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument
315 *(ULONG *)out_packet->nx_packet_prepend_ptr = num_writes; in write_packet_udp()
320 if (num_writes % 100 == 0) in write_packet_udp()
322 stepinfo("%s writing packet# %lu\n", name, num_writes); in write_packet_udp()