Searched defs:is_loopback (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/ | ||
| D | ipaddress.py | 1115 def is_loopback(self): member in _BaseNetwork |
| /third_party/rust/crates/rustix/src/net/ | ||
| D | ip.rs | 269 pub const fn is_loopback(&self) -> bool { in is_loopback() method |