Lines Matching defs:ip
226 static bool IPIsPrivateNetworkV4(const IPAddress& ip) { in IPIsPrivateNetworkV4()
233 static bool IPIsPrivateNetworkV6(const IPAddress& ip) { in IPIsPrivateNetworkV6()
237 bool IPIsPrivateNetwork(const IPAddress& ip) { in IPIsPrivateNetwork()
249 static bool IPIsSharedNetworkV4(const IPAddress& ip) { in IPIsSharedNetworkV4()
254 bool IPIsSharedNetwork(const IPAddress& ip) { in IPIsSharedNetwork()
302 IPAddress ip; in IPFromString() local
311 bool IPIsAny(const IPAddress& ip) { in IPIsAny()
323 static bool IPIsLoopbackV4(const IPAddress& ip) { in IPIsLoopbackV4()
328 static bool IPIsLoopbackV6(const IPAddress& ip) { in IPIsLoopbackV6()
332 bool IPIsLoopback(const IPAddress& ip) { in IPIsLoopback()
344 bool IPIsPrivate(const IPAddress& ip) { in IPIsPrivate()
349 bool IPIsUnspec(const IPAddress& ip) { in IPIsUnspec()
353 size_t HashIP(const IPAddress& ip) { in HashIP()
368 IPAddress TruncateIP(const IPAddress& ip, int length) { in TruncateIP()
465 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) { in IPIsHelper()
472 bool IPIs6Bone(const IPAddress& ip) { in IPIs6Bone()
476 bool IPIs6To4(const IPAddress& ip) { in IPIs6To4()
480 static bool IPIsLinkLocalV4(const IPAddress& ip) { in IPIsLinkLocalV4()
485 static bool IPIsLinkLocalV6(const IPAddress& ip) { in IPIsLinkLocalV6()
491 bool IPIsLinkLocal(const IPAddress& ip) { in IPIsLinkLocal()
506 bool IPIsMacBased(const IPAddress& ip) { in IPIsMacBased()
512 bool IPIsSiteLocal(const IPAddress& ip) { in IPIsSiteLocal()
518 bool IPIsULA(const IPAddress& ip) { in IPIsULA()
524 bool IPIsTeredo(const IPAddress& ip) { in IPIsTeredo()
528 bool IPIsV4Compatibility(const IPAddress& ip) { in IPIsV4Compatibility()
532 bool IPIsV4Mapped(const IPAddress& ip) { in IPIsV4Mapped()
536 int IPAddressPrecedence(const IPAddress& ip) { in IPAddressPrecedence()