OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPIsUnspec
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/base/
socketaddress.cc
73
return hostname_.empty() &&
IPIsUnspec
(ip_) && 0 == port_;
222
return
IPIsUnspec
(ip_) && !literal_ && !hostname_.empty();
235
if ((IPIsAny(ip_) ||
IPIsUnspec
(ip_)) && hostname_ != addr.hostname_)
243
((!IPIsAny(ip_) && !
IPIsUnspec
(ip_)) || (hostname_ == addr.hostname_));
ipaddress.h
158
bool
IPIsUnspec
(const IPAddress& ip);
ipaddress.cc
58
return
IPIsUnspec
(*this);
318
bool
IPIsUnspec
(const IPAddress& ip) {
virtualsocketserver.cc
630
ASSERT(!
IPIsUnspec
(addr.ipaddr()));
643
if (!
IPIsUnspec
(addr->ipaddr())) {
670
if (!
IPIsUnspec
(default_ip) && addr.ipaddr() == default_ip) {
890
if (sender_addr.IsAnyIP() && !
IPIsUnspec
(default_ip)) {
[
all
...]
network.cc
904
if (
IPIsUnspec
(selected_ip) && !
IPIsUnspec
(ula_ip)) {
network_unittest.cc
[
all
...]
Completed in 173 milliseconds