Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net.h163 _proto_type = type; in SetProtoType()
245 MT_PROTO_TYPE _proto_type; variable
355 MT_PROTO_TYPE _proto_type; variable
382 return _proto_type; in GetProtoType()
392 _proto_type = proto; in SetKeyInfo()
399 _proto_type = key->_proto_type; in CopyKeyInfo()
411 return _addr_ipv4 ^ (((uint32_t)_net_port << 16) | (_proto_type << 8) | _conn_type); in HashValue()
425 if (this->_proto_type != data->_proto_type) { in HashCmp()
426 return (this->_proto_type > data->_proto_type) ? 1 : -1; in HashCmp()
451 MT_PROTO_TYPE _proto_type; variable
H A Dmt_net.cpp615 if (this->_proto_type != data->_proto_type) { in HashCmp()
616 return (this->_proto_type > data->_proto_type) ? 1 : -1; in HashCmp()
768 _proto_type = NET_PROTO_TCP; in Reset()
787 _proto_type = NET_PROTO_TCP; in CSockLink()
801 _proto_type = type; in SetProtoType()
840 if (NET_PROTO_TCP == _proto_type) in CreateSock()
864 if (NET_PROTO_TCP == _proto_type) in CreateSock()
904 if (_proto_type == NET_PROTO_UDP) in Connect()
1089 if (_proto_type == NET_PROTO_UDP) in SendData()
1119 if (_proto_type == NET_PROTO_UDP) in RecvDispath()
[all …]