HomeSort by relevance Sort by last modified time
    Searched defs:ip_prefix (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/proxy/
proxy_bypass_rules.cc 86 // |ip_prefix| + |prefix_length| define the IP block to match.
89 const IPAddressNumber& ip_prefix,
93 ip_prefix_(ip_prefix),
290 IPAddressNumber ip_prefix; local
293 if (!ParseCIDRBlock(raw, &ip_prefix, &prefix_length_in_bits))
297 new BypassIPBlockRule(raw, scheme, ip_prefix, prefix_length_in_bits));
proxy_resolver_v8.cc 313 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
314 // containing an IPv4/IPv6 address, and |ip_prefix| is a string containg a
320 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) {
327 if (!ParseCIDRBlock(ip_prefix, &prefix, &prefix_length_in_bits))
693 std::string ip_prefix = V8StringToUTF8(args[1]->ToString()); local
694 if (!base::IsStringASCII(ip_prefix)) {
698 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefix));
  /external/chromium_org/net/base/
net_util_unittest.cc 658 IPAddressNumber ip_prefix; local
662 &ip_prefix,
667 ip_prefix,
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 320 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
321 // containing an IPv4/IPv6 address, and |ip_prefix| is a string containg a
327 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) {
337 if (!ParseCIDRBlock(ip_prefix, &prefix, &prefix_length_in_bits))
694 std::string ip_prefix = V8StringToUTF8(args[1]->ToString()); local
695 args.GetReturnValue().Set(IsInNetEx(ip_address, ip_prefix));

Completed in 216 milliseconds