Searched refs:groupAddress (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp164 MulticastFilter<Addressing>::GetState(const AddressType &groupAddress, argument
167 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
170 state = new (nothrow) GroupInterface(this, groupAddress, interface);
H A Dmulticast.h219 status_t GetState(const AddressType &groupAddress,
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp175 MulticastFilter<Addressing>::GetState(const AddressType &groupAddress, argument
178 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
181 state = new (nothrow) GroupInterface(this, groupAddress, interface);
H A Dmulticast.h209 status_t GetState(const AddressType &groupAddress,

Completed in 29 milliseconds