Home
last modified time | relevance | path

Searched refs:CONN_OBJ_TYPE (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.h38 enum CONN_OBJ_TYPE enum
55 CONN_OBJ_TYPE GetConnType() { in GetConnType()
97 CONN_OBJ_TYPE _type;
317 IMtConnection* GetConnection(CONN_OBJ_TYPE type, struct sockaddr_in* dst);
H A Dmt_action.cpp78 CONN_OBJ_TYPE conn_obj_type = OBJ_CONN_UNDEF; in InitConnEnv()
H A Dmt_connection.cpp718 IMtConnection* ConnectionMgr::GetConnection(CONN_OBJ_TYPE type, struct sockaddr_in* dst) in GetConnection()
746 CONN_OBJ_TYPE type = conn->GetConnType(); in FreeConnection()