Searched defs:is_multicast (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/network/stress/ns-tools/ | ||
D | ns-udpsender.c | 58 int is_multicast; member |
/external/rust/crates/macaddr/src/ | ||
D | addr8.rs | 107 pub const fn is_multicast(&self) -> bool { in is_multicast() method |
D | addr6.rs | 107 pub const fn is_multicast(&self) -> bool { in is_multicast() method |
/external/python/cpython3/Lib/ | ||
D | ipaddress.py | 1026 def is_multicast(self): member in _BaseNetwork |
/external/python/ipaddress/ | ||
D | ipaddress.py | 1090 def is_multicast(self): member in _BaseNetwork |