Searched refs:IPIsUnspec (Results 1 – 6 of 6) sorted by relevance
73 return hostname_.empty() && IPIsUnspec(ip_) && 0 == port_; in IsNil()222 return IPIsUnspec(ip_) && !literal_ && !hostname_.empty(); in IsUnresolvedIP()235 if ((IPIsAny(ip_) || IPIsUnspec(ip_)) && hostname_ != addr.hostname_) in operator <()243 ((!IPIsAny(ip_) && !IPIsUnspec(ip_)) || (hostname_ == addr.hostname_)); in EqualIPs()
58 return IPIsUnspec(*this); in IsNil()318 bool IPIsUnspec(const IPAddress& ip) { in IPIsUnspec() function
158 bool IPIsUnspec(const IPAddress& ip);
630 ASSERT(!IPIsUnspec(addr.ipaddr())); in Bind()643 if (!IPIsUnspec(addr->ipaddr())) { in Bind()670 if (!IPIsUnspec(default_ip) && addr.ipaddr() == default_ip) { in LookupBinding()890 if (sender_addr.IsAnyIP() && !IPIsUnspec(default_ip)) { in AddPacketToNetwork()
904 if (IPIsUnspec(selected_ip) && !IPIsUnspec(ula_ip)) { in GetBestIP()
891 EXPECT_TRUE(IPIsUnspec(ipv6_network.GetBestIP())); in TEST_F()