Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_second_interface_test.c34 static CHAR packet_count = 0; variable
191 if ((packet_count == 0) || (host_registered != NX_TRUE) || (service_registered != NX_TRUE)) in thread_0_entry()
198 packet_count = 0; in thread_0_entry()
213 if((error_counter) || (packet_count == 0)) in thread_0_entry()
235 packet_count++; in my_packet_process()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_packet_receive_function_test.c29 static UINT packet_count = 0; variable
368 if (packet_count == 0) in packet_receive()
428 packet_count ++; in packet_receive()
Dnetx_udp_packet_receive_test.c35 UINT packet_count; variable
72 packet_count = 0; in test_application_define()
640 if(packet_count == 0) in my_udp_packet_receive()
648 packet_count++; in my_udp_packet_receive()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_websocket_block_test.c477 UINT packet_count; in ntest_1_entry() local
558 packet_count = 1; in ntest_1_entry()
562 packet_count = 3; in ntest_1_entry()
566 for (j = 0; j < packet_count; j++) in ntest_1_entry()
569 if ((packet_count == 3) && (j < 2)) in ntest_1_entry()
Dnetx_mqtt_websocket_non_block_test.c489 UINT packet_count; in ntest_1_entry() local
570 packet_count = 1; in ntest_1_entry()
574 packet_count = 3; in ntest_1_entry()
578 for (j = 0; j < packet_count; j++) in ntest_1_entry()
581 if ((packet_count == 3) && (j < 2)) in ntest_1_entry()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_udp_bind_test.c592 int packet_count; in test_udp4_receive_multiple() local
619 packet_count = 0; in test_udp4_receive_multiple()
638 …else if((ret != (int)strlen(requests[packet_count & 3])) || strncmp(buf, requests[packet_count & 3… in test_udp4_receive_multiple()
641 packet_count ++; in test_udp4_receive_multiple()
644 if(packet_count != NUM_MESSAGES) in test_udp4_receive_multiple()