Home
last modified time | relevance | path

Searched refs:name_length (Results 1 – 25 of 31) sorted by relevance

12

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_local_certificate_find.c83 UINT name_length) in _nx_secure_tls_local_certificate_find() argument
102 name.nx_secure_x509_common_name_length = (USHORT)name_length; in _nx_secure_tls_local_certificate_find()
119 NX_PARAMETER_NOT_USED(name_length); in _nx_secure_tls_local_certificate_find()
Dnxe_secure_tls_local_certificate_find.c79 UINT name_length) in _nxe_secure_tls_local_certificate_find() argument
97 …status = _nx_secure_tls_local_certificate_find(tls_session, certificate, common_name, name_length); in _nxe_secure_tls_local_certificate_find()
Dnx_secure_x509_subject_alt_names_find.c77 UINT name_length, USHORT name_type) in _nx_secure_x509_subject_alt_names_find() argument
194 compare_value = _nx_secure_x509_wildcard_compare(name, name_length, in _nx_secure_x509_subject_alt_names_find()
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_name_test.c110 ULONG name_length; in ntest_0_entry() local
136 name_length = (NX_MDNS_LABEL_MAX - 4); in ntest_0_entry()
137 build_name(name_length); in ntest_0_entry()
154 name_length = (NX_MDNS_LABEL_MAX - 4) + 1; in ntest_0_entry()
155 build_name(name_length); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dc2d_property_unit_test.c50 USHORT name_length; member
154 … topic_length += properties[i].name_length + properties[i].value_length + 2; /* '=' and '&' */ in construct_c2d_packet()
189 … assert_int_equal(nx_packet_data_append(packet_ptr, properties[i].name, properties[i].name_length, in construct_c2d_packet()
270 property_random.name_length = fixed_property_length; in multiple_properties_test()
280 property_random.name_length = j; in multiple_properties_test()
345 … properties[l].name_length, in multiple_properties_test()
Dc2d_unit_test.c59 ULONG name_length; member
188 … topic_length += properties[i].name_length + properties[i].value_length + 2; /* '=' and '&' */ in construct_c2d_packet()
223 … assert_int_equal(nx_packet_data_append(packet_ptr, properties[i].name, properties[i].name_length, in construct_c2d_packet()
269 length = &property.name_length; in property_payload_test()
279 property.name_length = 10; in property_payload_test()
288 property.name_length = 10; in property_payload_test()
315 … property.name, property.name_length, in property_payload_test()
Dapi_unit_test.c59 USHORT name_length; variable
197 … (const UCHAR **)&name, (USHORT *)&name_length, in api_no_model_id_test()
217 … (const UCHAR **)&name, &name_length, in api_no_model_id_test()
421 … (const UCHAR **)&name, (USHORT *)&name_length, in api_model_id_test()
441 … (const UCHAR **)&name, &name_length, in api_model_id_test()
Diot_provisioning_client_unit_test.c61 ULONG name_length; member
406 … topic_length += properties[i].name_length + properties[i].value_length + 2; /* '=' and '&' */ in construct_provisioning_service_response()
441 …_int_equal(__real__nx_packet_data_append(packet_ptr, properties[i].name, properties[i].name_length, in construct_provisioning_service_response()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/sample_azure_iot_embedded_sdk_adu/
Dsample_azure_iot_embedded_sdk_adu.c54 UCHAR *name, UINT name_length, in adu_agent_update_notify() argument
63 provider_length, provider, name_length, name, version_length, version); in adu_agent_update_notify()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h420 …UCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
551 …_server_type_get_extended(NX_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length, CHAR *http_typ…
559 …VER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
601 …VER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
619 …_server_type_get_extended(NX_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length, CHAR *http_typ…
623 …X_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, CHAR *name_ptr, UINT name_length, CHAR *password…
635 …server_field_value_get(NX_PACKET *packet_ptr, UCHAR *field_name, ULONG name_length, UCHAR *field_v…
666 …_server_type_get_extended(NX_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length, CHAR *http_typ…
685 …VER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
Dnxd_http_server.c3477 UINT name_length = 0; in _nx_http_server_get_process() local
3546 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_get_process()
3571 (name_length != temp_name_length) || in _nx_http_server_get_process()
3930 UINT name_length = 0; in _nx_http_server_put_process() local
3992 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_put_process()
4017 (name_length != temp_name_length) || in _nx_http_server_put_process()
4346 UINT name_length = 0; in _nx_http_server_delete_process() local
4378 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_delete_process()
4403 (name_length != temp_name_length) || in _nx_http_server_delete_process()
5539 UINT name_length = 0; in _nx_http_server_type_get() local
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.h305 UINT name_length; member
722 … UCHAR *name, UINT name_length,
754 UCHAR *name, UINT name_length,
Dnx_azure_iot_adu_agent.c115 UCHAR *name, UINT name_length, in nx_azure_iot_adu_agent_start() argument
719 … update_manifest_content -> update_id.name_length, in nx_azure_iot_adu_agent_update_check_event_process()
1033 … update_manifest_content -> update_id.name_length, in nx_azure_iot_adu_agent_download_install_event_process()
1839 … update_manifest_content -> update_id.name_length, in nx_azure_iot_adu_agent_step_state_update()
2603 … &(update_manifest_content -> update_id.name_length))) in nx_azure_iot_adu_agent_service_update_manifest_process()
2610 … update_manifest_content -> update_id.name_length, in nx_azure_iot_adu_agent_service_update_manifest_process()
3450 … manifest_content -> update_id.name_length, manifest_content -> update_id.name, in nx_azure_iot_adu_agent_reported_properties_state_send()
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_digest_authenticate_test.c74 …ded(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length,
491 …nded(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, in authentication_check_extended() argument
500 *name_length = 4; in authentication_check_extended()
Dnetx_http_basic_authenticate_test.c79 …ded(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, in authentication_check_extended() argument
88 *name_length = 4; in authentication_check_extended()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_digest_authenticate_test2.c72 …(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length,
467 …(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, in authentication_check_extended() argument
476 *name_length = 4; in authentication_check_extended()
Dnetx_web_host_field_test.c80 …server_field_value_get(NX_PACKET *packet_ptr, UCHAR *field_name, ULONG name_length, UCHAR *field_v…
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h357 …UCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
520 … nx_web_http_server_type_get_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length,
533 …VER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
597 …VER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
615 …_nx_web_http_server_type_get_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length,
636 …server_field_value_get(NX_PACKET *packet_ptr, UCHAR *field_name, ULONG name_length, UCHAR *field_v…
705 …nxe_web_http_server_type_get_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length,
727 …VER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, UINT *name_length, CHAR **passwor…
Dnx_web_http_server.c3686 UINT name_length = 0; in _nx_web_http_server_get_process() local
3765 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_get_process()
3790 (name_length != temp_name_length) || in _nx_web_http_server_get_process()
4226 UINT name_length = 0; in _nx_web_http_server_put_process() local
4298 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_put_process()
4323 (name_length != temp_name_length) || in _nx_web_http_server_put_process()
4723 UINT name_length = 0; in _nx_web_http_server_delete_process() local
4757 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_delete_process()
4782 (name_length != temp_name_length) || in _nx_web_http_server_delete_process()
6059 …nxe_web_http_server_type_get_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *name, UINT name_length, in _nxe_web_http_server_type_get_extended() argument
[all …]
Dnx_web_http_client.h311 …_http_client_request_header_add(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *field_name, UINT name_length,
518 …_http_client_request_header_add(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *field_name, UINT name_length,
520 …_http_client_request_header_add(NX_WEB_HTTP_CLIENT *client_ptr, CHAR *field_name, UINT name_length,
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c6563 UINT name_length; in _nx_dns_process_mx_type() local
6657name_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, *buffer_append_ptr, name_buffer_s… in _nx_dns_process_mx_type()
6660 if (name_length) in _nx_dns_process_mx_type()
6674 if (name_length + 2 > NX_DNS_NAME_MAX + 1) in _nx_dns_process_mx_type()
6694 …buffer[2], (const char*)nx_dns_mx_entry_ptr -> nx_dns_mx_hostname_ptr, name_length); /* Use case o… in _nx_dns_process_mx_type()
6697 …ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, temp_string_buffer, name_length + 2, (VOID **)(… in _nx_dns_process_mx_type()
6803 UINT name_length; in _nx_dns_process_srv_type() local
6913name_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, *buffer_append_ptr, name_buffer_s… in _nx_dns_process_srv_type()
6916 if (name_length) in _nx_dns_process_srv_type()
6930 if (name_length + 6 > NX_DNS_NAME_MAX + 1) in _nx_dns_process_srv_type()
[all …]
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c3159 UINT name_length; in _nx_mdns_service_one_shot_query() local
3230 …_nx_utility_string_length_check((CHAR *)answer_rr -> nx_mdns_rr_name, &name_length, NX_MDNS_NAME_M… in _nx_mdns_service_one_shot_query()
3237 …py((char *)(service -> buffer), (char*)(answer_rr -> nx_mdns_rr_name), name_length); /* Use case o… in _nx_mdns_service_one_shot_query()
3243 …swer_rr -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_ptr.nx_mdns_rr_ptr_name, &name_length, NX_MDNS_NAME_M… in _nx_mdns_service_one_shot_query()
3250 …swer_rr -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_ptr.nx_mdns_rr_ptr_name), name_length); /* Use case o… in _nx_mdns_service_one_shot_query()
3344 UINT name_length; in _nx_mdns_one_shot_query() local
3376 if (_nx_utility_string_length_check((CHAR *)name, &name_length, NX_MDNS_NAME_MAX)) in _nx_mdns_one_shot_query()
3382 status = _nx_mdns_cache_add_string(mdns_ptr, NX_MDNS_CACHE_TYPE_PEER, name, name_length, in _nx_mdns_one_shot_query()
3779 UINT name_length; in _nx_mdns_continuous_query() local
3794 if (_nx_utility_string_length_check((CHAR *)name, &name_length, NX_MDNS_NAME_MAX)) in _nx_mdns_continuous_query()
[all …]
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_tls_api.h187 UINT name_length);
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c6608 UINT name_length; in _nx_dhcp_send_request_internal() local
6747 if (_nx_utility_string_length_check(dhcp_ptr -> nx_dhcp_name, &name_length, 255)) in _nx_dhcp_send_request_internal()
6753 _nx_dhcp_add_option_string(buffer, NX_DHCP_OPTION_HOST_NAME, name_length, in _nx_dhcp_send_request_internal()
6778 if (_nx_utility_string_length_check(dhcp_ptr -> nx_dhcp_name, &name_length, 255)) in _nx_dhcp_send_request_internal()
6784 …_nx_dhcp_add_option_string(buffer, NX_DHCP_OPTION_HOST_NAME, name_length, (UCHAR *) dhcp_ptr -> nx… in _nx_dhcp_send_request_internal()
6881 if (_nx_utility_string_length_check(dhcp_ptr -> nx_dhcp_name, &name_length, 255)) in _nx_dhcp_send_request_internal()
6887 …_nx_dhcp_add_option_string(buffer, NX_DHCP_OPTION_HOST_NAME, name_length, (UCHAR *) dhcp_ptr -> nx… in _nx_dhcp_send_request_internal()
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c5804 UINT name_length; in _nx_ppp_chap_challenge_respond() local
5831 name_length = length1 - length - 5; in _nx_ppp_chap_challenge_respond()
5833 (name_length > NX_PPP_NAME_SIZE)) in _nx_ppp_chap_challenge_respond()
5853 for(j = 0; j < name_length; j++) in _nx_ppp_chap_challenge_respond()
6016 UINT name_length; in _nx_ppp_chap_challenge_validate() local
6043 name_length = length1 - length - 5; in _nx_ppp_chap_challenge_validate()
6045 (name_length > NX_PPP_NAME_SIZE)) in _nx_ppp_chap_challenge_validate()
6067 for(j = 0; j < name_length; j++) in _nx_ppp_chap_challenge_validate()

12