Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/ppp_test/
Dnetx_ppp_IPCP_retransmit_test.c309 static UCHAR temp_index = 0; variable
326 if (temp_index == 0) in ppp_0_serial_byte_output()
338 if (temp_index < 8) in ppp_0_serial_byte_output()
340 temp_data[temp_index++] = byte; in ppp_0_serial_byte_output()
350 temp_index = 0; in ppp_0_serial_byte_output()
355 for (;i < temp_index; i++) in ppp_0_serial_byte_output()
361 temp_index = 0; in ppp_0_serial_byte_output()
Dnetx_ppp_IPCP_nak_test.c325 static UCHAR temp_index = 0; variable
349 if (temp_index == 0) in ppp_1_serial_byte_output()
356 temp_index = 0; in ppp_1_serial_byte_output()
360 if (temp_index < 8) in ppp_1_serial_byte_output()
362 temp_data[temp_index++] = byte; in ppp_1_serial_byte_output()
375 for (;i < temp_index; i++) in ppp_1_serial_byte_output()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_multiple_ip_address_test.c406 UINT temp_index; in server_thread_entry() local
485 temp_index = dtls_server.nx_dtls_server_sessions[1].nx_secure_dtls_local_ip_address_index; in server_thread_entry()
509 dtls_server.nx_dtls_server_sessions[1].nx_secure_dtls_local_ip_address_index = temp_index; in server_thread_entry()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_server.c7023 UINT temp_index; in _nx_dhcpv6_server_add_iana() local
7064 temp_index = *index; in _nx_dhcpv6_server_add_iana()
7209 …memcpy(buffer_ptr + temp_index, &message_word, sizeof(ULONG)); /* Use case of memcpy is verified. … in _nx_dhcpv6_server_add_iana()
Dnxd_dhcpv6_client.c509 UINT temp_index; in _nx_dhcpv6_add_iana() local
533 temp_index = *index; in _nx_dhcpv6_add_iana()
610 …memcpy((buffer_ptr + temp_index), &message_word, sizeof(ULONG)); /* Use case of memcpy is verified… in _nx_dhcpv6_add_iana()