Searched refs:mname_length (Results 1 – 1 of 1) sorted by relevance
7051 ULONG mname_length; in _nx_dns_process_soa_type() local7128 … mname_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, buffer_start, buffer_size - 1); in _nx_dns_process_soa_type()7131 if (mname_length) in _nx_dns_process_soa_type()7150 buffer_start += mname_length + 1; in _nx_dns_process_soa_type()7151 buffer_size -= mname_length + 1; in _nx_dns_process_soa_type()7235 if (mname_length + rname_length + 22 > NX_DNS_NAME_MAX + 1) in _nx_dns_process_soa_type()7252 …_buffer[0], (char*)nx_dns_soa_entry_ptr -> nx_dns_soa_host_mname_ptr, mname_length); /* Use case o… in _nx_dns_process_soa_type()7253 temp_string_buffer[mname_length] = '\0'; in _nx_dns_process_soa_type()7256 …memcpy((char*)&temp_string_buffer[mname_length + 1], (char*)nx_dns_soa_entry_ptr -> nx_dns_soa_hos… in _nx_dns_process_soa_type()7257 temp_string_buffer[mname_length + 1 + rname_length] = '\0'; in _nx_dns_process_soa_type()[all …]