Searched refs:packet_count (Results 1 – 6 of 6) sorted by relevance
34 static CHAR packet_count = 0; variable191 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()
29 static UINT packet_count = 0; variable368 if (packet_count == 0) in packet_receive()428 packet_count ++; in packet_receive()
35 UINT packet_count; variable72 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()
477 UINT packet_count; in ntest_1_entry() local558 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()
489 UINT packet_count; in ntest_1_entry() local570 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()
592 int packet_count; in test_udp4_receive_multiple() local619 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()