Searched refs:ContainedAddress (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h47 struct ContainedAddress : DoublyLinkedListLinkImpl<ContainedAddress> { struct in class:AddressSet
51 typedef DoublyLinkedList<ContainedAddress> AddressList;
64 ContainedAddress *container = new ContainedAddress();
76 ContainedAddress *container = _Get(address);
112 ContainedAddress *_Get(const AddressType &address) const
116 ContainedAddress *container = it.Next();
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h50 struct ContainedAddress : DoublyLinkedListLinkImpl<ContainedAddress> { struct in class:AddressSet
54 typedef DoublyLinkedList<ContainedAddress> AddressList;
67 ContainedAddress *container = new ContainedAddress();
79 ContainedAddress *container = _Get(address);
115 ContainedAddress *_Get(const AddressType &address) const
119 ContainedAddress *container = it.Next();

Completed in 26 milliseconds