Searched refs:sCache (Results 1 – 2 of 2) sorted by relevance
153 static AddressCache* sCache; variable254 return sCache->Lookup(address); in Lookup()289 if (sCache->Insert(entry) != B_OK) { in Add()490 sCache->Remove(entry); in arp_remove_local_entry()717 sCache->Remove(entry); in arp_timer()886 AddressCache::Iterator iterator(sCache); in arp_control()921 AddressCache::Iterator iterator(sCache); in arp_control()949 sCache = new(std::nothrow) AddressCache(); in arp_init()950 if (sCache == NULL || sCache->Init(64) != B_OK) { in arp_init()963 ASSERT(sCache->IsEmpty()); in arp_uninit()
154 static AddressCache* sCache; variable284 return sCache->Lookup(address); in Lookup()319 if (sCache->Insert(entry) != B_OK) { in Add()413 sCache = new(std::nothrow) AddressCache(); in ndp_init()414 if (sCache == NULL || sCache->Init(64) != B_OK) { in ndp_init()532 sCache->Remove(entry); in ndp_remove_local_entry()849 sCache->Remove(entry); in ndp_timer()