OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip_prefix
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
proxy_bypass_rules.cc
84
// |
ip_prefix
| + |prefix_length| define the IP block to match.
87
const IPAddressNumber&
ip_prefix
,
91
ip_prefix_(
ip_prefix
),
288
IPAddressNumber
ip_prefix
;
local
291
if (!ParseCIDRBlock(raw, &
ip_prefix
, &prefix_length_in_bits))
295
new BypassIPBlockRule(raw, scheme,
ip_prefix
, prefix_length_in_bits));
/external/chromium/net/base/
net_util_unittest.cc
2303
IPAddressNumber
ip_prefix
;
local
[
all
...]
Completed in 30 milliseconds