Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.h167 _conn_type = type; in SetConnType()
246 MT_CONN_TYPE _conn_type; variable
386 return _conn_type; in GetConnType()
393 _conn_type = conn; in SetKeyInfo()
400 _conn_type = key->_conn_type; in CopyKeyInfo()
411 return _addr_ipv4 ^ (((uint32_t)_net_port << 16) | (_proto_type << 8) | _conn_type); in HashValue()
428 if (this->_conn_type != data->_conn_type) { in HashCmp()
429 return (this->_conn_type > data->_conn_type) ? 1 : -1; in HashCmp()
452 MT_CONN_TYPE _conn_type; variable
H A Dmt_action.h106 _conn_type = type; in SetConnType()
110 return _conn_type; in GetConnType()
181 MULTI_CONNECT _conn_type; variable
H A Dmt_net.cpp191 _conn_type = TYPE_CONN_SESSION; in Reset()
233 if (_conn_type == TYPE_CONN_SESSION) in CheckParams()
254 key.SetKeyInfo(_dest_ipv4.sin_addr.s_addr, _dest_ipv4.sin_port, _proto_type, _conn_type); in GetConnLink()
379 if (_conn_type == TYPE_CONN_SENDONLY) in WaitRecv()
589 ip ^= (_dest_ipv4.sin_port << 16) | (_proto_type << 8) | (_conn_type << 8); in HashValue()
618 if (this->_conn_type != data->_conn_type) { in HashCmp()
619 return (this->_conn_type > data->_conn_type) ? 1 : -1; in HashCmp()
1460 _conn_type = TYPE_CONN_SESSION; in CDestLinks()
1489 _conn_type = TYPE_CONN_SESSION; in Reset()
H A Dmt_action.cpp33 _conn_type = CONN_TYPE_SHORT; in Init()