Symbol: GroupInterface
src/add-ons/kernel/network/protocols/ipv4/multicast.cpp
167
GroupInterface *state = iterator.Next();
src/add-ons/kernel/network/protocols/ipv4/multicast.cpp
176
net_interface *interface, GroupInterface* &state, bool create)
src/add-ons/kernel/network/protocols/ipv4/multicast.cpp
181
state = new (nothrow) GroupInterface(this, groupAddress, interface);
src/add-ons/kernel/network/protocols/ipv4/multicast.cpp
206
MulticastFilter<Addressing>::ReturnState(GroupInterface *state)
src/add-ons/kernel/network/protocols/ipv4/multicast.cpp
214
MulticastFilter<Addressing>::_ReturnState(GroupInterface *state)
src/add-ons/kernel/network/protocols/ipv4/multicast.h
210
net_interface *interface, GroupInterface* &state, bool create);
src/add-ons/kernel/network/protocols/ipv4/multicast.h
211
void ReturnState(GroupInterface *state);
src/add-ons/kernel/network/protocols/ipv4/multicast.h
214
typedef typename GroupInterface::HashDefinition HashDefinition;
src/add-ons/kernel/network/protocols/ipv4/multicast.h
217
void _ReturnState(GroupInterface *state);
src/add-ons/kernel/network/protocols/ipv4/multicast.h
36
static status_t JoinGroup(GroupInterface *);
src/add-ons/kernel/network/protocols/ipv4/multicast.h
37
static status_t LeaveGroup(GroupInterface *);
src/add-ons/kernel/network/protocols/ipv6/multicast.cpp
156
GroupInterface *state = iterator.Next();
src/add-ons/kernel/network/protocols/ipv6/multicast.cpp
165
net_interface *interface, GroupInterface* &state, bool create)
src/add-ons/kernel/network/protocols/ipv6/multicast.cpp
170
state = new (nothrow) GroupInterface(this, groupAddress, interface);
src/add-ons/kernel/network/protocols/ipv6/multicast.cpp
194
MulticastFilter<Addressing>::ReturnState(GroupInterface *state)
src/add-ons/kernel/network/protocols/ipv6/multicast.cpp
202
MulticastFilter<Addressing>::_ReturnState(GroupInterface *state)
src/add-ons/kernel/network/protocols/ipv6/multicast.h
220
net_interface *interface, GroupInterface* &state, bool create);
src/add-ons/kernel/network/protocols/ipv6/multicast.h
221
void ReturnState(GroupInterface *state);
src/add-ons/kernel/network/protocols/ipv6/multicast.h
224
typedef typename GroupInterface::HashDefinition HashDefinition;
src/add-ons/kernel/network/protocols/ipv6/multicast.h
227
void _ReturnState(GroupInterface *state);
src/add-ons/kernel/network/protocols/ipv6/multicast.h
37
static status_t JoinGroup(GroupInterface *);
src/add-ons/kernel/network/protocols/ipv6/multicast.h
38
static status_t LeaveGroup(GroupInterface *);