Home
last modified time | relevance | path

Searched refs:rname_length (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c7046 ULONG rname_length; in _nx_dns_process_soa_type() local
7161rname_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, buffer_start, buffer_size - 1); in _nx_dns_process_soa_type()
7163 if (rname_length) in _nx_dns_process_soa_type()
7183 buffer_start += rname_length + 1; in _nx_dns_process_soa_type()
7184 buffer_size -= rname_length + 1; in _nx_dns_process_soa_type()
7229 if (mname_length + rname_length + 22 > NX_DNS_NAME_MAX + 1) in _nx_dns_process_soa_type()
7250 …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()
7251 temp_string_buffer[mname_length + 1 + rname_length] = '\0'; in _nx_dns_process_soa_type()
7254 …*(ULONG *)(&temp_string_buffer[mname_length + rname_length + 2]) = nx_dns_soa_entry_ptr -> nx_dns_… in _nx_dns_process_soa_type()
7255 …*(ULONG *)(&temp_string_buffer[mname_length + rname_length + 6]) = nx_dns_soa_entry_ptr -> nx_dns_… in _nx_dns_process_soa_type()
[all …]