Searched refs:groupAddress (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/network/protocols/ipv6/ |
H A D | multicast.cpp | 164 MulticastFilter<Addressing>::GetState(const AddressType &groupAddress, in GetState() argument 167 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index)); in GetState() 170 state = new (nothrow) GroupInterface(this, groupAddress, interface); in GetState()
|
H A D | multicast.h | 219 status_t GetState(const AddressType &groupAddress,
|
/haiku/src/add-ons/kernel/network/protocols/ipv4/ |
H A D | multicast.cpp | 175 MulticastFilter<Addressing>::GetState(const AddressType &groupAddress, in GetState() argument 178 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index)); in GetState() 181 state = new (nothrow) GroupInterface(this, groupAddress, interface); in GetState()
|
H A D | multicast.h | 209 status_t GetState(const AddressType &groupAddress,
|