Lines Matching refs:CDestLinks
253 CDestLinks key; in GetConnLink()
256 CDestLinks* dest_link = CNetMgr::Instance()->FindCreateDest(&key); in GetConnLink()
820 CDestLinks* dstlink = (CDestLinks*)_parents; in Destroy()
884 CDestLinks* dstlink = (CDestLinks*)_parents; in GetDestAddr()
1165 CDestLinks* dstlink = (CDestLinks*)_parents; in GetSessionCallback()
1337 CDestLinks* dstlink = (CDestLinks*)_parents; in FindSession()
1454 CDestLinks::CDestLinks() in CDestLinks() function in CDestLinks
1469 void CDestLinks::Reset() in Reset()
1495 CDestLinks::~CDestLinks() in ~CDestLinks()
1500 void CDestLinks::StartTimer() in StartTimer()
1509 void CDestLinks::FreeSockLink(CSockLink* sock) in FreeSockLink()
1526 CSockLink* CDestLinks::GetSockLink() in GetSockLink()
1552 void CDestLinks::timer_notify() in timer_notify()
1636 CDestLinks* CNetMgr::FindDestLink(CDestLinks* key) in FindDestLink()
1643 return (CDestLinks*)_ip_hash->HashFind(key); in FindDestLink()
1646 void CNetMgr::InsertDestLink(CDestLinks* item) in InsertDestLink()
1662 void CNetMgr::RemoveDestLink(CDestLinks* item) in RemoveDestLink()
1664 CDestLinks* handler = this->FindDestLink(item); in RemoveDestLink()
1673 CDestLinks* CNetMgr::FindCreateDest(CDestLinks* key) in FindCreateDest()
1675 CDestLinks* dest = this->FindDestLink(key); in FindCreateDest()
1696 void CNetMgr::DeleteDestLink(CDestLinks* dst) in DeleteDestLink()