Searched refs:rname_length (Results 1 – 1 of 1) sorted by relevance
7052 ULONG rname_length; in _nx_dns_process_soa_type() local7167 … rname_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, buffer_start, buffer_size - 1); in _nx_dns_process_soa_type()7169 if (rname_length) in _nx_dns_process_soa_type()7189 buffer_start += rname_length + 1; in _nx_dns_process_soa_type()7190 buffer_size -= rname_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()7256 …ength + 1], (char*)nx_dns_soa_entry_ptr -> nx_dns_soa_host_rname_ptr, rname_length); /* Use case o… in _nx_dns_process_soa_type()7257 temp_string_buffer[mname_length + 1 + rname_length] = '\0'; in _nx_dns_process_soa_type()7260 …*(ULONG *)(&temp_string_buffer[mname_length + rname_length + 2]) = nx_dns_soa_entry_ptr -> nx_dns_… in _nx_dns_process_soa_type()7261 …*(ULONG *)(&temp_string_buffer[mname_length + rname_length + 6]) = nx_dns_soa_entry_ptr -> nx_dns_… in _nx_dns_process_soa_type()[all …]