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 88 // |ip_prefix| + |prefix_length| define the IP block to match.
91 const IPAddressNumber& ip_prefix,
95 ip_prefix_(ip_prefix),
293 IPAddressNumber ip_prefix; local
296 if (!ParseCIDRBlock(raw, &ip_prefix, &prefix_length_in_bits))
300 new BypassIPBlockRule(raw, scheme, ip_prefix, prefix_length_in_bits));
proxy_resolver_v8.cc 314 // Handler for "isInNetEx(ip_address, ip_prefix)". |ip_address| is a string
315 // containing an IPv4/IPv6 address, and |ip_prefix| is a string containg a
321 bool IsInNetEx(const std::string& ip_address, const std::string& ip_prefix) {
328 if (!ParseCIDRBlock(ip_prefix, &prefix, &prefix_length_in_bits))
694 std::string ip_prefix = V8StringToUTF8(args[1]->ToString()); local
695 if (!base::IsStringASCII(ip_prefix)) {
699 args.GetReturnValue().Set(IsInNetEx(ip_address, 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));
  /external/chromium_org/net/base/
net_util_unittest.cc 697 IPAddressNumber ip_prefix; local
701 &ip_prefix,
706 ip_prefix,

Completed in 89 milliseconds