Lines Matching defs:ip

224 static bool IPIsPrivateNetworkV4(const IPAddress& ip) {  in IPIsPrivateNetworkV4()
231 static bool IPIsPrivateNetworkV6(const IPAddress& ip) { in IPIsPrivateNetworkV6()
235 bool IPIsPrivateNetwork(const IPAddress& ip) { in IPIsPrivateNetwork()
247 static bool IPIsSharedNetworkV4(const IPAddress& ip) { in IPIsSharedNetworkV4()
252 bool IPIsSharedNetwork(const IPAddress& ip) { in IPIsSharedNetwork()
300 IPAddress ip; in IPFromString() local
309 bool IPIsAny(const IPAddress& ip) { in IPIsAny()
321 static bool IPIsLoopbackV4(const IPAddress& ip) { in IPIsLoopbackV4()
326 static bool IPIsLoopbackV6(const IPAddress& ip) { in IPIsLoopbackV6()
330 bool IPIsLoopback(const IPAddress& ip) { in IPIsLoopback()
342 bool IPIsPrivate(const IPAddress& ip) { in IPIsPrivate()
347 bool IPIsUnspec(const IPAddress& ip) { in IPIsUnspec()
351 size_t HashIP(const IPAddress& ip) { in HashIP()
366 IPAddress TruncateIP(const IPAddress& ip, int length) { in TruncateIP()
463 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) { in IPIsHelper()
470 bool IPIs6Bone(const IPAddress& ip) { in IPIs6Bone()
474 bool IPIs6To4(const IPAddress& ip) { in IPIs6To4()
478 static bool IPIsLinkLocalV4(const IPAddress& ip) { in IPIsLinkLocalV4()
483 static bool IPIsLinkLocalV6(const IPAddress& ip) { in IPIsLinkLocalV6()
489 bool IPIsLinkLocal(const IPAddress& ip) { in IPIsLinkLocal()
504 bool IPIsMacBased(const IPAddress& ip) { in IPIsMacBased()
510 bool IPIsSiteLocal(const IPAddress& ip) { in IPIsSiteLocal()
516 bool IPIsULA(const IPAddress& ip) { in IPIsULA()
522 bool IPIsTeredo(const IPAddress& ip) { in IPIsTeredo()
526 bool IPIsV4Compatibility(const IPAddress& ip) { in IPIsV4Compatibility()
530 bool IPIsV4Mapped(const IPAddress& ip) { in IPIsV4Mapped()
534 int IPAddressPrecedence(const IPAddress& ip) { in IPAddressPrecedence()