Home
last modified time | relevance | path

Searched defs:UnixAddressHashDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h15 struct UnixAddressHashDefinition { struct
16 typedef UnixAddress KeyType;
17 typedef UnixEndpoint ValueType;
19 size_t HashKey(const KeyType& key) const in HashKey()
24 size_t Hash(UnixEndpoint* endpoint) const in Hash()
29 bool Compare(const KeyType& key, UnixEndpoint* endpoint) const in Compare()
34 UnixEndpoint*& GetLink(UnixEndpoint* endpoint) const in GetLink()