| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_utility_test.c | 560 size = _nx_utility_uint_to_string(number, 10, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 567 size = _nx_utility_uint_to_string(number, 16, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 574 size = _nx_utility_uint_to_string(number, 8, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 582 size = _nx_utility_uint_to_string(number, 10, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 589 size = _nx_utility_uint_to_string(number, 16, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 596 size = _nx_utility_uint_to_string(number, 8, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 604 size = _nx_utility_uint_to_string(number, 10, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 611 size = _nx_utility_uint_to_string(number, 16, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 618 size = _nx_utility_uint_to_string(number, 8, out_buffer, sizeof(out_buffer)); in ntest_0_entry() 626 size = _nx_utility_uint_to_string(number, 16, out_buffer, 8); in ntest_0_entry() [all …]
|
| /NetX-Duo-v6.2.1/utility/iperf/ |
| D | nx_iperf.c | 2228 …length += _nx_utility_uint_to_string((UINT)ip_address -> nxd_ip_address.v6[i] >> 16, 16, &device_i… in nx_iperf_get_ip_addr_string() 2230 …length += _nx_utility_uint_to_string((UINT)ip_address -> nxd_ip_address.v6[i] & 0xFFFF, 16, &devic… in nx_iperf_get_ip_addr_string() 2241 …length = _nx_utility_uint_to_string(ip_address -> nxd_ip_address.v4 >> 24, 10, device_ip_addr_stri… in nx_iperf_get_ip_addr_string() 2243 …length += _nx_utility_uint_to_string(((ip_address -> nxd_ip_address.v4 >> 16) & 0xFF), 10, &device… in nx_iperf_get_ip_addr_string() 2245 …length += _nx_utility_uint_to_string(((ip_address -> nxd_ip_address.v4 >> 8) & 0xFF), 10, &device_… in nx_iperf_get_ip_addr_string() 2247 …length += _nx_utility_uint_to_string((ip_address -> nxd_ip_address.v4 & 0xFF), 10, &device_ip_addr… in nx_iperf_get_ip_addr_string() 2597 length = _nx_utility_uint_to_string(udp_tx_port, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window() 2600 length = _nx_utility_uint_to_string(udp_tx_test_time, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window() 2603 length = _nx_utility_uint_to_string(udp_tx_packet_size, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window() 2616 length = _nx_utility_uint_to_string(udp_rx_test_time, 10, mytempstring, sizeof(mytempstring)); in nx_iperf_print_main_test_window() [all …]
|
| /NetX-Duo-v6.2.1/addons/rtsp/ |
| D | nx_rtsp_server.c | 916 temp_length = _nx_utility_uint_to_string(sdp_length, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_sdp_set() 1065 temp_length = _nx_utility_uint_to_string(rtp_seq, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_rtp_info_set() 1070 temp_length = _nx_utility_uint_to_string(rtp_time, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_rtp_info_set() 1354 temp_length = _nx_utility_uint_to_string(status_code, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_error_response_send() 1364 …temp_length = _nx_utility_uint_to_string(rtsp_client_ptr -> nx_rtsp_client_request_ptr -> nx_rtsp_… in _nx_rtsp_server_error_response_send() 3362 …temp_length = _nx_utility_uint_to_string(rtsp_client_ptr -> nx_rtsp_client_request_ptr -> nx_rtsp_… in _nx_rtsp_server_response_create() 3616 …temp_length = _nx_utility_uint_to_string(rtsp_client_ptr -> nx_rtsp_client_session_id, 10, temp_bu… in _nx_rtsp_server_response_send() 3620 …temp_length = _nx_utility_uint_to_string(NX_RTSP_SERVER_ACTIVITY_TIMEOUT, 10, temp_buffer, sizeof(… in _nx_rtsp_server_response_send() 3647 …temp_length = _nx_utility_uint_to_string(source_ip_address -> nxd_ip_address.v4 >> 24, 10, temp_bu… in _nx_rtsp_server_response_send() 3650 …temp_length = _nx_utility_uint_to_string((source_ip_address -> nxd_ip_address.v4 >> 16) & 0xFF, 10… in _nx_rtsp_server_response_send() [all …]
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_http_proxy_client.c | 425 …ip_string_len = _nx_utility_uint_to_string((UCHAR)(server_ip -> nxd_ip_address.v4 >> 24), 10, ip_s… in _nx_http_proxy_client_connect() 427 …ip_string_len += _nx_utility_uint_to_string((UCHAR)(server_ip -> nxd_ip_address.v4 >> 16), 10, ip_… in _nx_http_proxy_client_connect() 429 …ip_string_len += _nx_utility_uint_to_string((UCHAR)(server_ip -> nxd_ip_address.v4 >> 8), 10, ip_s… in _nx_http_proxy_client_connect() 431 …ip_string_len += _nx_utility_uint_to_string((UCHAR)(server_ip -> nxd_ip_address.v4), 10, ip_string… in _nx_http_proxy_client_connect() 435 …port_string_len = _nx_utility_uint_to_string(port, 10, ip_string_ptr + ip_string_len, temp_length … in _nx_http_proxy_client_connect()
|
| D | nx_utility.c | 248 UINT _nx_utility_uint_to_string(UINT number, UINT base, CHAR *string_buffer, UINT string_buffer_siz… in _nx_utility_uint_to_string() function
|
| /NetX-Duo-v6.2.1/addons/sntp/ |
| D | nxd_sntp_client.c | 4269 length = _nx_utility_uint_to_string(client_ptr -> nx_sntp_client_local_ntp_time.seconds, in _nx_sntp_client_get_local_time_extended() 4281 length = _nx_utility_uint_to_string(usecs, 10, &buffer[offset], buffer_size - offset); in _nx_sntp_client_get_local_time_extended() 4985 … return_length = _nx_utility_uint_to_string(DisplayTime.day, 10, &buffer[offset], length - offset); in _nx_sntp_client_utility_display_date_time() 4993 …return_length = _nx_utility_uint_to_string(DisplayTime.year, 10, &buffer[offset], length - offset); in _nx_sntp_client_utility_display_date_time() 5000 …return_length = _nx_utility_uint_to_string(DisplayTime.hour, 10, &buffer[offset], length - offset); in _nx_sntp_client_utility_display_date_time() 5007 …return_length = _nx_utility_uint_to_string(DisplayTime.minute, 10, &buffer[offset], length - offse… in _nx_sntp_client_utility_display_date_time() 5014 …return_length = _nx_utility_uint_to_string(DisplayTime.second, 10, &buffer[offset], length - offse… in _nx_sntp_client_utility_display_date_time() 5021 …return_length = _nx_utility_uint_to_string(DisplayTime.millisecond, 10, &buffer[offset], length - … in _nx_sntp_client_utility_display_date_time()
|
| /NetX-Duo-v6.2.1/addons/ftp/ |
| D | nxd_ftp_server.c | 3915 … j += _nx_utility_uint_to_string((ip_address >> 24), 10, (CHAR *)(buffer_ptr + j), 54 - j); in _nx_ftp_server_command_process() 3917 …j += _nx_utility_uint_to_string(((ip_address >> 16) & 0xFF), 10, (CHAR *)(buffer_ptr + j), 54 - j); in _nx_ftp_server_command_process() 3919 … j += _nx_utility_uint_to_string(((ip_address >> 8) & 0xFF), 10, (CHAR *)(buffer_ptr + j), 54 - j); in _nx_ftp_server_command_process() 3921 … j += _nx_utility_uint_to_string((ip_address & 0xFF), 10, (CHAR *)(buffer_ptr + j), 54 - j); in _nx_ftp_server_command_process() 3923 … j += _nx_utility_uint_to_string((port >> 8), 10, (CHAR *)(buffer_ptr + j), 54 - j); in _nx_ftp_server_command_process() 3925 … j += _nx_utility_uint_to_string((port & 0XFF), 10, (CHAR *)(buffer_ptr + j), 54 - j); in _nx_ftp_server_command_process()
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 8140 temp = _nx_utility_uint_to_string(content_length, 10, temp_string, sizeof(temp_string)); in _nx_http_server_generate_response_header() 8204 temp = _nx_utility_uint_to_string(max_age, 10, temp_string, sizeof(temp_string)); in _nx_http_server_generate_response_header()
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 8696 temp = _nx_utility_uint_to_string(content_length, 10, temp_string, sizeof(temp_string)); in _nx_web_http_server_generate_response_header() 8764 temp = _nx_utility_uint_to_string(max_age, 10, temp_string, sizeof(temp_string)); in _nx_web_http_server_generate_response_header()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 4065 UINT _nx_utility_uint_to_string(UINT number, UINT base, CHAR *string_buffer, UINT string_buffer_siz…
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_adu_agent.c | 3509 …if ((step_property_name_size = _nx_utility_uint_to_string(i, 10, &step_property_name[step_size], 8… in nx_azure_iot_adu_agent_reported_properties_state_send()
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.c | 14409 …size = _nx_utility_uint_to_string(value, 10, (CHAR *)object_string, NX_SNMP_MAX_OCTET_STRING + 1 -… in _nx_snmp_utility_object_id_get()
|