Home
last modified time | relevance | path

Searched refs:total (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_zero_window_probe_2_test.c256 UINT total = 0; in thread_1_entry() local
290 nx_packet_data_retrieve(packet_ptr, recv_buff + total, &bytes_copied); in thread_1_entry()
291 total += bytes_copied; in thread_1_entry()
297 if (total != sizeof(send_buff)) in thread_1_entry()
301 else if (memcmp(send_buff, recv_buff, total) != 0) in thread_1_entry()
Dnetx_tcp_zero_window_probe_3_test.c242 UINT total = 0; in thread_1_entry() local
276 nx_packet_data_retrieve(packet_ptr, recv_buff + total, &bytes_copied); in thread_1_entry()
277 total += bytes_copied; in thread_1_entry()
283 if (total != sizeof(send_buff)) in thread_1_entry()
287 else if (memcmp(send_buff, recv_buff, total) != 0) in thread_1_entry()
/NetX-Duo-v6.2.1/test/regression/ppp_test/
Dnetx_ppp_check_boundary_test.c202 UINT total; in thread_0_entry() local
237 total = strlen((const char *)message); in thread_0_entry()
238 counter = total - length; in thread_0_entry()
241 while(length <= total) in thread_0_entry()
291 …hread_0_counter != counter + 1) || (thread_0_counter != thread_1_counter) || (length != total + 1)) in thread_0_entry()
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c13682 UINT total; in _nx_snmp_utility_community_get() local
13718 total = (((UINT) buffer_ptr[2]) << 8) | ((UINT) buffer_ptr[3]); in _nx_snmp_utility_community_get()
13737 total = (UINT)(buffer_ptr[2]) ; in _nx_snmp_utility_community_get()
13758 total = (UINT) buffer_ptr[1]; in _nx_snmp_utility_community_get()
13767 if ((INT)(length + total) > buffer_length) in _nx_snmp_utility_community_get()
13775 if (total > (NX_SNMP_MAX_USER_NAME-1)) in _nx_snmp_utility_community_get()
13783 for (i = 0; i < total; i++) in _nx_snmp_utility_community_get()
14147 UINT total; in _nx_snmp_utility_object_id_get() local
14191 total = (((UINT) buffer_ptr[2]) << 8) | ((UINT) buffer_ptr[3]); in _nx_snmp_utility_object_id_get()
14209 total = buffer_ptr[2]; in _nx_snmp_utility_object_id_get()
[all …]