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

/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp153 typedef BOpenHashTable<arpHash> AddressCache; typedef
154 static AddressCache* sCache;
886 AddressCache::Iterator iterator(sCache);
921 AddressCache::Iterator iterator(sCache);
949 sCache = new(std::nothrow) AddressCache();
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp153 typedef BOpenHashTable<ndpHash> AddressCache; typedef
154 static AddressCache* sCache;
413 sCache = new(std::nothrow) AddressCache();

Completed in 34 milliseconds