Home
last modified time | relevance | path

Searched refs:HashAddress (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h41 static size_t HashAddress(const in_addr &address) in HashAddress() function
170 { return Addressing::HashAddress(*key.first) ^ key.second; } in HashKey()
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h42 static size_t HashAddress(const in6_addr &address) in HashAddress() function