Searched defs:GetPolicyValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/dns/
H A Daddress_sorter_posix.cc55 unsigned GetPolicyValue(const AddressSorterPosix::PolicyTable& table, function in namespace:net::__anon9182
58 return GetPolicyValue(table, ConvertIPv4NumberToIPv6Number(address));
118 GetPolicyValue(ipv4_scope_table, address));
265 info->precedence = GetPolicyValue(precedence_table_, info->address);
266 info->label = GetPolicyValue(label_table_, info->address);
391 info->label = GetPolicyValue(label_table_, address);

Completed in 198 milliseconds