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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h32 struct ConnectionHashDefinition { struct
37 ConnectionHashDefinition(EndpointManager* manager);
38 ConnectionHashDefinition( function in struct:ConnectionHashDefinition
39 const ConnectionHashDefinition& definition)
108 typedef BOpenHashTable<ConnectionHashDefinition> ConnectionTable;
H A DEndpointManager.cpp137 ConnectionHashDefinition::ConnectionHashDefinition(EndpointManager* manager) function in class:ConnectionHashDefinition
145 ConnectionHashDefinition::HashKey(const KeyType& key) const
153 ConnectionHashDefinition::Hash(TCPEndpoint* endpoint) const
160 ConnectionHashDefinition::Compare(const KeyType& key,
169 ConnectionHashDefinition::GetLink(TCPEndpoint* endpoint) const
H A DTCPEndpoint.h130 friend struct ConnectionHashDefinition;

Completed in 18 milliseconds