Searched refs:EndpointHashDefinition (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h55 class EndpointHashDefinition { class
109 typedef MultiHashTable<EndpointHashDefinition> EndpointTable;
H A DEndpointManager.cpp179 EndpointHashDefinition::HashKey(uint16 port) const
186 EndpointHashDefinition::Hash(TCPEndpoint* endpoint) const
193 EndpointHashDefinition::Compare(uint16 port, TCPEndpoint* endpoint) const
200 EndpointHashDefinition::CompareValues(TCPEndpoint* first,
208 EndpointHashDefinition::GetLink(TCPEndpoint* endpoint) const
H A DTCPEndpoint.h131 friend class EndpointHashDefinition;

Completed in 81 milliseconds