Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_connection.cpp505 if ((NULL == conn_list) || (NULL == conn_list->GetFirstConn())) in GetTcpKeepConn()
514 conn = conn_list->GetFirstConn(); in GetTcpKeepConn()
H A Dmt_connection.h271 TcpKeepConn* GetFirstConn() { in GetFirstConn() function