Searched refs:temp_length (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/rtsp/ |
| D | nx_rtsp_server.c | 888 UINT temp_length; in _nx_rtsp_server_sdp_set() local 916 temp_length = _nx_utility_uint_to_string(sdp_length, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_sdp_set() 917 status += nx_packet_data_append(response_packet_ptr, temp_buffer, temp_length, in _nx_rtsp_server_sdp_set() 1037 UINT temp_length; in _nx_rtsp_server_rtp_info_set() local 1065 temp_length = _nx_utility_uint_to_string(rtp_seq, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_rtp_info_set() 1066 status += nx_packet_data_append(response_packet_ptr, temp_buffer, temp_length, 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() 1071 status += nx_packet_data_append(response_packet_ptr, temp_buffer, temp_length, in _nx_rtsp_server_rtp_info_set() 1308 UINT temp_length; in _nx_rtsp_server_error_response_send() local 1354 temp_length = _nx_utility_uint_to_string(status_code, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_error_response_send() [all …]
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_http_proxy_client.c | 388 UINT temp_length = 0; in _nx_http_proxy_client_connect() local 422 temp_length = (UINT)(packet_ptr -> nx_packet_prepend_ptr - packet_ptr -> nx_packet_data_start); in _nx_http_proxy_client_connect() 425 …lity_uint_to_string((UCHAR)(server_ip -> nxd_ip_address.v4 >> 24), 10, ip_string_ptr, temp_length); in _nx_http_proxy_client_connect() 427 …ver_ip -> nxd_ip_address.v4 >> 16), 10, ip_string_ptr + ip_string_len, temp_length - ip_string_len… in _nx_http_proxy_client_connect() 429 …rver_ip -> nxd_ip_address.v4 >> 8), 10, ip_string_ptr + ip_string_len, temp_length - ip_string_len… in _nx_http_proxy_client_connect() 431 …R)(server_ip -> nxd_ip_address.v4), 10, ip_string_ptr + ip_string_len, temp_length - ip_string_len… in _nx_http_proxy_client_connect() 435 … = _nx_utility_uint_to_string(port, 10, ip_string_ptr + ip_string_len, temp_length - ip_string_len… in _nx_http_proxy_client_connect()
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcpv6_client.c | 4734 UINT temp_length; in _nx_dhcpv6_process_domain_name() local 4743 temp_length = 0; in _nx_dhcpv6_process_domain_name() 4749 while(temp_length < option_length) in _nx_dhcpv6_process_domain_name() 4753 for (i = 0; (i + temp_length < option_length) && (domain_name_ptr[i] != '\0'); i++); in _nx_dhcpv6_process_domain_name() 4755 if (i + temp_length == option_length) in _nx_dhcpv6_process_domain_name() 4761 temp_length += (i + 1); in _nx_dhcpv6_process_domain_name() 4785 domain_name_ptr += temp_length; in _nx_dhcpv6_process_domain_name()
|
| /NetX-Duo-v6.2.1/addons/mdns/ |
| D | nxd_mdns.c | 11225 UINT temp_length; in _nx_mdns_service_addition_info_get() local 11291 …*)(p -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_srv.nx_mdns_rr_srv_target), &temp_length, NX_MDNS_HOST_N… in _nx_mdns_service_addition_info_get() 11299 temp_length + 1); in _nx_mdns_service_addition_info_get() 11354 …R *)(p -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_txt.nx_mdns_rr_txt_data), &temp_length, NX_MDNS_NAME_M… in _nx_mdns_service_addition_info_get() 11360 …har*)(p -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_txt.nx_mdns_rr_txt_data), temp_length + 1); /* Use ca… in _nx_mdns_service_addition_info_get()
|