Searched refs:_conn_type (Results 1 – 4 of 4) sorted by relevance
167 _conn_type = type; in SetConnType()246 MT_CONN_TYPE _conn_type; variable386 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
106 _conn_type = type; in SetConnType()110 return _conn_type; in GetConnType()181 MULTI_CONNECT _conn_type; variable
191 _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()
33 _conn_type = CONN_TYPE_SHORT; in Init()