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