Home
last modified time | relevance | path

Searched refs:OBJ_TCP_KEEP (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.h42 OBJ_TCP_KEEP = 2, enumerator
167 _type = OBJ_TCP_KEEP; in TcpKeepConn()
H A Dmt_action.cpp95 conn_obj_type = OBJ_TCP_KEEP; in InitConnEnv()
H A Dmt_connection.cpp726 case OBJ_TCP_KEEP: in GetConnection()
755 case OBJ_TCP_KEEP: in FreeConnection()
H A Dmt_api.cpp129 …nn* conn = dynamic_cast<TcpKeepConn*>(ConnectionMgr::Instance()->GetConnection(OBJ_TCP_KEEP, dst)); in mt_tcp_get_keep_conn()