Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_net_api.h35 NET_PROTO_TCP = 0x2 enumerator
H A Dmt_net.cpp190 _proto_type = NET_PROTO_TCP; in Reset()
768 _proto_type = NET_PROTO_TCP; in Reset()
787 _proto_type = NET_PROTO_TCP; in CSockLink()
840 if (NET_PROTO_TCP == _proto_type) in CreateSock()
864 if (NET_PROTO_TCP == _proto_type) in CreateSock()
H A Dmt_net.h516 if (type == NET_PROTO_TCP) { in GetSkBuffMng()