Lines Matching refs:name_length

6557 UINT                name_length;  in _nx_dns_process_mx_type()  local
6651name_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, *buffer_append_ptr, name_buffer_s… in _nx_dns_process_mx_type()
6654 if (name_length) in _nx_dns_process_mx_type()
6668 if (name_length + 2 > NX_DNS_NAME_MAX + 1) in _nx_dns_process_mx_type()
6688 …buffer[2], (const char*)nx_dns_mx_entry_ptr -> nx_dns_mx_hostname_ptr, name_length); /* Use case o… in _nx_dns_process_mx_type()
6691 …ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, temp_string_buffer, name_length + 2, (VOID **)(… in _nx_dns_process_mx_type()
6797 UINT name_length; in _nx_dns_process_srv_type() local
6907name_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, *buffer_append_ptr, name_buffer_s… in _nx_dns_process_srv_type()
6910 if (name_length) in _nx_dns_process_srv_type()
6924 if (name_length + 6 > NX_DNS_NAME_MAX + 1) in _nx_dns_process_srv_type()
6946 …ffer[6], (const char*)nx_dns_srv_entry_ptr -> nx_dns_srv_hostname_ptr, name_length); /* Use case o… in _nx_dns_process_srv_type()
6949 …ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, temp_string_buffer, name_length + 6, (VOID **)(… in _nx_dns_process_srv_type()
7051 ULONG name_length; in _nx_dns_process_soa_type() local
7061name_length = _nx_dns_name_string_unencode(packet_ptr, data_ptr, temp_string_buffer, NX_DNS_NAME_M… in _nx_dns_process_soa_type()
7064 if(!name_length) in _nx_dns_process_soa_type()
7239 …ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, temp_string_buffer, name_length, (VOID **)(&(te… in _nx_dns_process_soa_type()