Home
last modified time | relevance | path

Searched defs:is_link_local (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dipaddress.py1071 def is_link_local(self): member in _BaseNetwork
1376 def is_link_local(self): member in IPv4Address
1976 def is_link_local(self): member in IPv6Address
/third_party/rust/crates/rustix/src/net/
Dip.rs666 pub const fn is_link_local(&self) -> bool { in is_link_local() method