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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp220 fConnectionHash(this),
236 status_t status = fConnectionHash.Init();
254 return fConnectionHash.Lookup(std::make_pair(local, peer));
297 fConnectionHash.RemoveUnchecked(endpoint);
299 fConnectionHash.Insert(endpoint);
326 fConnectionHash.Insert(endpoint);
540 fConnectionHash.Remove(endpoint);
593 ConnectionTable::Iterator iterator = fConnectionHash.GetIterator();
H A DEndpointManager.h113 ConnectionTable fConnectionHash; member in class:EndpointManager

Completed in 80 milliseconds