Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 109) sorted by relevance

12345

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_session_create_ext_test.c185 for(int index = 0; index < supported_crypto_size; index++) in make_test_crypto_table() local
234 for(int index = 0; index < test_supported_crypto_size; index++) in cleanup_test_crypto_table() local
249 for(int index = 0; index < ciphersuite_map_size; index++) in calculate_tls_ciphersuite_info_size() local
265 for(int index = 0; index < ciphersuite_map_size; index++) in calculate_x509_ciphersuite_info_size() local
281 for (int index = 0; index < supported_crypto_size; index++) in calculate_ecc_curves_size() local
Dnx_secure_expiration_time_test.c12 #define date_2_chars_to_int(buffer, index) (LONG)(((buffer[index] - '0') * 10) + (buffer[index + 1… argument
22 UINT index; in _nx_secure_x509_asn1_time_to_unix_convert() local
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_json_writer_unit_test.c65 for (UINT index = 0; index < number_of_obj; index++) in generate_test_sample_json() local
327 for (INT index = 0; index < number_of_obj; index++) in test_nx_azure_iot_json_writer_with_nx_packet_success() local
417 for (INT index = 0; index < number_of_obj; index++) in test_nx_azure_iot_json_writer_with_nx_packet_offset_success() local
448 for (INT index = 0; index < number_of_tests; index++) in demo_entry() local
Dnx_azure_iot_json_reader_unit_test.c67 for (UINT index = 0; index < number_of_obj; index++) in generate_test_sample_json() local
117 for (UINT index = 0; index < number_of_obj; index++) in read_test_sample_json() local
460 for (INT index = 0; index < number_of_tests; index++) in demo_entry() local
Dnx_azure_iot_unit_test.c91 for (INT index = 0; index < number_of_data_set; index++) in test_nx_azure_iot_url_encoded_hmac_sha256_calculate_success() local
293 for (INT index = 0; index < number_of_tests; index++) in demo_entry() local
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_x509_expiration_check.c119 #define date_2_chars_to_int(buffer, index) (ULONG)(((buffer[index] - '0') * 10) + (buffer[index + 1… argument
178 UINT index; in _nx_secure_x509_asn1_time_to_unix_convert() local
Dnx_secure_x509_find_certificate_methods.c81 SHORT index; in _nx_secure_x509_find_certificate_methods() local
Dnx_secure_tls_ciphersuite_lookup.c78 USHORT index; in _nx_secure_tls_ciphersuite_lookup() local
/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.c1206 UINT index; in _nx_smtp_cmd_helo() local
1394 UINT index; in _nx_smtp_cmd_ehlo() local
1672 UINT index; in _nx_smtp_cmd_auth() local
2008 UINT index; in _nx_smtp_cmd_auth_challenge() local
2212 UINT index; in _nx_smtp_cmd_mail() local
2407 UINT index; in _nx_smtp_cmd_rcpt() local
2590 UINT index; in _nx_smtp_cmd_data() local
2983 UINT index; in _nx_smtp_cmd_quit() local
3131 UINT index; in _nx_smtp_cmd_rset() local
3292 UINT index; in _nx_smtp_cmd_noop() local
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c104 UINT _nx_dhcpv6_add_client_duid(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_client_duid()
252 UINT _nx_dhcpv6_add_elapsed_time(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_elapsed_time()
339 UINT _nx_dhcpv6_add_ia_address(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index, UINT ia_index) in _nx_dhcpv6_add_ia_address()
505 UINT _nx_dhcpv6_add_iana(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_iana()
665 UINT _nx_dhcpv6_add_option_request(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_option_request()
856 UINT _nx_dhcpv6_add_server_duid(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_server_duid()
1006 UINT _nx_dhcpv6_add_client_FQDN(NX_DHCPV6 *dhcpv6_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_client_FQDN()
2683 UINT _nxe_dhcpv6_get_DNS_server_address(NX_DHCPV6 *dhcpv6_ptr, UINT index, NXD_ADDRESS *server_add… in _nxe_dhcpv6_get_DNS_server_address()
2758 UINT _nx_dhcpv6_get_DNS_server_address(NX_DHCPV6 *dhcpv6_ptr, UINT index, NXD_ADDRESS *server_addr… in _nx_dhcpv6_get_DNS_server_address()
2817 UINT _nxe_dhcpv6_get_time_server_address(NX_DHCPV6 *dhcpv6_ptr, UINT index, NXD_ADDRESS *server_ad… in _nxe_dhcpv6_get_time_server_address()
[all …]
Dnxd_dhcpv6_server.c101 …t NX_DHCPV6_SERVER_STRUCT *dhcpv6_server_ptr, UINT option_request, UCHAR *buffer_ptr, UINT *index)) in _nxe_dhcpv6_server_create()
195 …t NX_DHCPV6_SERVER_STRUCT *dhcpv6_server_ptr, UINT option_request, UCHAR *buffer_ptr, UINT *index)) in _nx_dhcpv6_server_create()
409 … UCHAR *buffer_ptr, UINT *index, UINT available_payload)) in _nxe_dhcpv6_server_option_request_handler_set()
473 … UCHAR *buffer_ptr, UINT *index, UINT available_payload)) in _nx_dhcpv6_server_option_request_handler_set()
2569 …PV6_SERVER *dhcpv6_server_ptr, NX_DHCPV6_CLIENT *dhcpv6_client_ptr, UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_preference()
2664 UCHAR *buffer_ptr, UINT *index) in _nx_dhcpv6_add_option_requests()
3880 UINT index; in _nx_dhcpv6_server_extract_packet_information() local
6200 UINT index; in _nx_dhcpv6_server_process_iana() local
6371 UINT index = 0; in _nx_dhcpv6_process_option_request() local
6612 UINT index = 0; in _nx_dhcpv6_process_duid() local
[all …]
Dnxd_dhcp_server.c1801 UINT index = 0; in _nx_dhcp_respond_to_client_message() local
2006 UINT index = 0; in _nx_dhcp_respond_to_client_message() local
2362 …CP_SERVER *dhcp_ptr, NX_DHCP_CLIENT *dhcp_client_ptr, UCHAR *buffer, UINT option_type, UINT *index) in _nx_dhcp_load_server_options()
2838 UINT index = 0; in _nx_dhcp_server_packet_process() local
4313 UINT index = dhcp_client_ptr -> nx_dhcp_client_iface_index; in _nx_dhcp_validate_client_message() local
4385 UINT index = dhcp_client_ptr -> nx_dhcp_client_iface_index; in _nx_dhcp_validate_client_message() local
5355 …quested_option(NX_DHCP_SERVER *dhcp_ptr, UINT iface_index, UCHAR *buffer, UINT option, UINT *index) in _nx_dhcp_add_requested_option()
5434 …ic UINT _nx_dhcp_add_option(UCHAR *dhcp_message, UINT option, UINT size, ULONG value, UINT *index) in _nx_dhcp_add_option()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_bind_test.c206 int index; in bsd_server4_helper_thread_test_2() local
306 int if_index, addr_index, index; in bsd_server6_helper_thread_test_2() local
392 int index; in test_tcp_server4_6_bind() local
692 int index; in ntest_1_entry() local
/NetX-Duo-v6.2.1/common/src/
Dnxe_ip_interface_detach.c75 UINT _nxe_ip_interface_detach(NX_IP *ip_ptr, UINT index) in _nxe_ip_interface_detach()
Dnx_nd_cache_interface_entries_delete.c75 UINT _nx_nd_cache_interface_entries_delete(NX_IP *ip_ptr, UINT index) in _nx_nd_cache_interface_entries_delete()
Dnx_nd_cache_find_entry.c85 UINT index; in _nx_nd_cache_find_entry() local
Dnx_tcp_client_socket_unbind.c81 UINT index; in _nx_tcp_client_socket_unbind() local
Dnx_tcp_server_socket_unaccept.c79 UINT index; in _nx_tcp_server_socket_unaccept() local
Dnx_arp_interface_entries_delete.c75 UINT _nx_arp_interface_entries_delete(NX_IP *ip_ptr, UINT index) in _nx_arp_interface_entries_delete()
Dnx_arp_entry_delete.c83 UINT index; in _nx_arp_entry_delete() local
Dnx_tcp_client_socket_bind.c84 UINT index; in _nx_tcp_client_socket_bind() local
Dnx_nd_cache_add_entry.c103 UINT index; in _nx_nd_cache_add_entry() local
Dnx_tcp_socket_driver_establish.c83 UINT index; in _nx_tcp_socket_driver_establish() local
Dnx_tcp_free_port_find.c81 UINT index; in _nx_tcp_free_port_find() local
Dnx_udp_free_port_find.c81 UINT index; in _nx_udp_free_port_find() local

12345