| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_client.c | 674 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_get_start() 675 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_get_start() 1030 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_get_secure_start() 1031 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_get_secure_start() 2860 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_put_start() 2861 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_put_start() 3251 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_put_secure_start() 3252 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_put_secure_start() 3642 if (_nx_utility_string_length_check(resource, &temp_resource_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_client_post_start() 3643 _nx_utility_string_length_check(host, &temp_host_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_client_post_start() [all …]
|
| D | nx_web_http_server.c | 2825 if (_nx_utility_string_length_check(status_code, &status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send() 2826 …tion && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LENGTH)) || in _nx_web_http_server_callback_response_send() 2827 …& _nx_utility_string_length_check(additional_info, &additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_web_http_server_callback_response_send() 2981 …if (_nx_utility_string_length_check(status_code, &temp_status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send_extended() 2982 …&& _nx_utility_string_length_check(information, &temp_information_length, NX_MAX_STRING_LENGTH)) || in _nx_web_http_server_callback_response_send_extended() 2983 …_utility_string_length_check(additional_info, &temp_additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_web_http_server_callback_response_send_extended() 3780 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_get_process() 4313 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_put_process() 4772 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_delete_process() 5312 if (_nx_utility_string_length_check(realm_ptr, &realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_basic_authenticate() [all …]
|
| /NetX-Duo-v6.2.1/addons/pppoe/ |
| D | nx_pppoe_server.c | 232 NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_create() 2571 …h_check((char*)client_session_ptr -> nx_pppoe_service_name, (UINT *)&length, NX_MAX_STRING_LENGTH); in _nx_pppoe_server_discovery_packet_process() 2927 …if (_nx_utility_string_length_check((char *)(service_name_ptr), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send() 2942 …th_check((char *)(client_session_ptr -> nx_pppoe_service_name), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send() 2973 …pppoe_server_ptr -> nx_pppoe_service_name[service_name_index]), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send() 3021 …th_check((char *)(client_session_ptr -> nx_pppoe_service_name), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send() 3065 …h_check((char *)(client_session_ptr -> nx_pppoe_generic_error), &tag_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_discovery_send() 3359 …tility_string_length_check((char *)(service_name_ptr), &service_name_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_server_tag_process()
|
| D | nx_pppoe_client.c | 534 …(_nx_utility_string_length_check((CHAR *)service_name, &service_name_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_client_service_name_set() 801 if (_nx_utility_string_length_check((CHAR *)host_uniq, &host_uniq_length, NX_MAX_STRING_LENGTH)) in _nx_pppoe_client_host_uniq_set()
|
| /NetX-Duo-v6.2.1/test/regression/snmp_test/ |
| D | netx_snmp_v3_md5_security_extended_test.c | 570 … _nx_utility_string_length_check(object_requested, &object_requested_length, NX_MAX_STRING_LENGTH); in v3_mib2_set_processing() 579 …nx_utility_string_length_check(mib2_mib[i].object_name, &object_name_length, NX_MAX_STRING_LENGTH); in v3_mib2_set_processing()
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 2662 if (_nx_utility_string_length_check(header, &header_length, NX_MAX_STRING_LENGTH) || in _nx_http_server_callback_response_send() 2663 …tion && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LENGTH)) || in _nx_http_server_callback_response_send() 2664 …& _nx_utility_string_length_check(additional_info, &additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_http_server_callback_response_send() 2813 if (_nx_utility_string_length_check(header, &temp_header_length, NX_MAX_STRING_LENGTH) || in _nx_http_server_callback_response_send_extended() 2814 …&& _nx_utility_string_length_check(information, &temp_information_length, NX_MAX_STRING_LENGTH)) || in _nx_http_server_callback_response_send_extended() 2815 …_utility_string_length_check(additional_info, &temp_additional_info_length, NX_MAX_STRING_LENGTH))) in _nx_http_server_callback_response_send_extended() 3561 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_get_process() 4007 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_put_process() 4393 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_delete_process() 5541 if (_nx_utility_string_length_check(name, &name_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_type_get() [all …]
|
| D | nxd_http_client.c | 1031 if (_nx_utility_string_length_check(resource, &resource_length, NX_MAX_STRING_LENGTH)) in _nxd_http_client_get_start() 2278 if (_nx_utility_string_length_check(resource, &resource_length, NX_MAX_STRING_LENGTH)) in _nxd_http_client_put_start()
|
| /NetX-Duo-v6.2.1/utility/iperf/ |
| D | nx_iperf.c | 2266 status = _nx_utility_string_length_check(token, &token_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value() 2275 status = _nx_utility_string_length_check(value_ptr, &value_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value() 2739 _nx_utility_string_length_check(msg, &length, NX_MAX_STRING_LENGTH); in nx_iperf_print_test_inprogress()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 261 #ifndef NX_MAX_STRING_LENGTH 262 #define NX_MAX_STRING_LENGTH 1024 macro
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.c | 1850 if (_nx_utility_string_length_check((CHAR *)password, &password_length, NX_MAX_STRING_LENGTH)) in _nx_snmp_agent_md5_key_create() 2449 if (_nx_utility_string_length_check((CHAR *)password, &password_length, NX_MAX_STRING_LENGTH)) in _nx_snmp_agent_sha_key_create() 10169 …y_string_length_check((CHAR *)requested_object, &requested_object_length, NX_MAX_STRING_LENGTH)) || in _nx_snmp_object_compare() 10170 …x_utility_string_length_check((CHAR *)actual_object, &actual_object_length, NX_MAX_STRING_LENGTH))) in _nx_snmp_object_compare() 10493 if (_nx_utility_string_length_check((CHAR *)source_object_name, NX_NULL, NX_MAX_STRING_LENGTH)) in _nx_snmp_object_copy()
|
| /NetX-Duo-v6.2.1/addons/sntp/ |
| D | nxd_sntp_client.c | 4111 …x_sntp_client_get_local_time_extended(client_ptr, seconds, fraction, buffer, NX_MAX_STRING_LENGTH); in _nx_sntp_client_get_local_time()
|
| /NetX-Duo-v6.2.1/addons/rtsp/ |
| D | nx_rtsp_server.c | 1357 …er_response_description_table[i].nx_rtsp_response_description, &temp_length, NX_MAX_STRING_LENGTH); in _nx_rtsp_server_error_response_send()
|