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