OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TruncateIP
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/base/
network_unittest.cc
349
prefix =
TruncateIP
(ip, 64);
354
prefix =
TruncateIP
(ip, 64);
400
IPAddress prefix =
TruncateIP
(ip, 64 - i);
473
IPAddress prefix =
TruncateIP
(ip, 64);
516
prefix =
TruncateIP
(ip, 64);
573
prefix =
TruncateIP
(ip, 64);
668
prefix =
TruncateIP
(ip, 64);
809
Network* net1 = new Network("em1", "em1",
TruncateIP
(ip1, 64), 64);
810
Network* net2 = new Network("em1", "em1",
TruncateIP
(ip1, 64), 64);
[
all
...]
fakenetwork.h
101
IPAddress prefix =
TruncateIP
(it->first.ipaddr(), prefix_length);
ipaddress.h
176
IPAddress
TruncateIP
(const IPAddress& ip, int length);
ipaddress.cc
337
IPAddress
TruncateIP
(const IPAddress& ip, int length) {
network.cc
436
prefix =
TruncateIP
(ip, prefix_length);
518
if (
TruncateIP
(ip, prefixlist->PrefixLength) == current_prefix &&
ipaddress_unittest.cc
161
IPAddress truncated =
TruncateIP
(addr, truncate_length);
[
all
...]
Completed in 64 milliseconds