Home
last modified time | relevance | path

Searched refs:mEndpoint (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/cli/
Dcli_tcp.cpp76 mEndpointAndCircularSendBuffer.mEndpoint = &mEndpoint; in TcpExample()
237 SuccessOrExit(error = otTcpEndpointInitialize(GetInstancePtr(), &mEndpoint, &endpointArgs)); in Process()
252 IgnoreReturnValue(otTcpEndpointDeinitialize(&mEndpoint)); in Process()
312 endpointError = otTcpEndpointDeinitialize(&mEndpoint); in Process()
357 error = otTcpBind(&mEndpoint, &sockaddr); in Process()
444 SuccessOrExit(error = otTcpConnect(&mEndpoint, &sockaddr, flags)); in Process()
502 …SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, aArgs[0].GetCString(), in Process()
515 SuccessOrExit(error = otTcpSendByReference(&mEndpoint, &mSendLink, 0)); in Process()
628 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process()
662 error = otTcpSendEndOfStream(&mEndpoint); in Process()
[all …]
Dcli_tcp.hpp132 otTcpEndpoint mEndpoint; member in ot::Cli::TcpExample
/openthread-latest/src/core/api/
Dtcp_ext_api.cpp92 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslSendCallback()
110 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslRecvCallback()
/openthread-latest/src/core/net/
Ddns_client.cpp787 IgnoreError(mEndpoint.Deinitialize()); in Stop()
813 SuccessOrExit(error = mEndpoint.Initialize(Get<Instance>(), endpointArgs)); in InitTcpSocket()
1148 VerifyOrExit(mEndpoint.GetPeerAddress() == AsCoreType(&aInfo.mConfig.mServerSockAddr), in SendQuery()
1157 …error = mEndpoint.Connect(AsCoreType(&aInfo.mConfig.mServerSockAddr), OT_TCP_CONNECT_NO_FAST_OPEN)… in SendQuery()
1163 SuccessOrExit(error = mEndpoint.SendByReference(mSendLink, /* aFlags */ 0)); in SendQuery()
1173 IgnoreError(mEndpoint.SendByExtension(length + sizeof(uint16_t), /* aFlags */ 0)); in SendQuery()
1558 IgnoreError(mEndpoint.SendEndOfStream()); in HandleTimer()
1789 IgnoreError(mEndpoint.SendByReference(mSendLink, /* aFlags */ 0)); in HandleTcpEstablished()
1858 IgnoreError(mEndpoint.SendEndOfStream()); in HandleTcpReceiveAvailable()
1861 SuccessOrExit(mEndpoint.ReceiveByReference(data)); in HandleTcpReceiveAvailable()
[all …]
Ddns_client.hpp872 Ip6::Tcp::Endpoint mEndpoint; member in ot::Dns::Client
/openthread-latest/include/openthread/
Dtcp_ext.h219 otTcpEndpoint *mEndpoint; member