Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.h370 CDestLinks();
371 ~CDestLinks();
396 void CopyKeyInfo(CDestLinks* key) { in CopyKeyInfo()
415 CDestLinks* data = (CDestLinks*)(rhs); in HashCmp()
443 TAILQ_ENTRY(CDestLinks) _link_entry;
477 CDestLinks* FindCreateDest(CDestLinks* key);
479 void DeleteDestLink(CDestLinks* dst);
481 CDestLinks* FindDestLink(CDestLinks* key);
483 void InsertDestLink(CDestLinks* item);
507 CDestLinks* AllocDestLink() { in AllocDestLink()
[all …]
H A Dmt_net.cpp253 CDestLinks 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()
1636 CDestLinks* CNetMgr::FindDestLink(CDestLinks* key) in FindDestLink()
[all …]