Home
last modified time | relevance | path

Searched defs:is_multicast (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
Dns-udpsender.c58 int is_multicast; member
/external/rust/crates/macaddr/src/
Daddr8.rs107 pub const fn is_multicast(&self) -> bool { in is_multicast() method
Daddr6.rs107 pub const fn is_multicast(&self) -> bool { in is_multicast() method
/external/python/cpython3/Lib/
Dipaddress.py1026 def is_multicast(self): member in _BaseNetwork
1338 def is_multicast(self): member in IPv4Address
1948 def is_multicast(self): member in IPv6Address
/external/python/ipaddress/
Dipaddress.py1090 def is_multicast(self): member in _BaseNetwork
1438 def is_multicast(self): member in IPv4Address
2046 def is_multicast(self): member in IPv6Address