Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.cpp1638 if (NULL == this->_ip_hash) in FindDestLink()
1643 return (CDestLinks*)_ip_hash->HashFind(key); in FindDestLink()
1648 if (NULL == this->_ip_hash) in InsertDestLink()
1653 int32_t ret = _ip_hash->HashInsert(item); in InsertDestLink()
1670 _ip_hash->HashRemove(handler); in RemoveDestLink()
1708 _ip_hash = new HashList(100000); in CNetMgr()
1714 if (_ip_hash != NULL) in ~CNetMgr()
1716 HashKey* hash_item = _ip_hash->HashGetFirst(); in ~CNetMgr()
1720 hash_item = _ip_hash->HashGetFirst(); in ~CNetMgr()
1723 delete _ip_hash; in ~CNetMgr()
[all …]
H A Dmt_net.h528 HashList* _ip_hash; variable