Searched refs:mEndpoint (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/src/cli/ |
D | cli_tcp.cpp | 76 mEndpointAndCircularSendBuffer.mEndpoint = &mEndpoint; in TcpExample() 238 SuccessOrExit(error = otTcpEndpointInitialize(GetInstancePtr(), &mEndpoint, &endpointArgs)); in Process() 252 IgnoreReturnValue(otTcpEndpointDeinitialize(&mEndpoint)); in Process() 294 endpointError = otTcpEndpointDeinitialize(&mEndpoint); in Process() 340 error = otTcpBind(&mEndpoint, &sockaddr); in Process() 426 SuccessOrExit(error = otTcpConnect(&mEndpoint, &sockaddr, flags)); in Process() 482 …SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, aArgs[0].GetCString(), in Process() 495 SuccessOrExit(error = otTcpSendByReference(&mEndpoint, &mSendLink, 0)); in Process() 604 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process() 638 error = otTcpSendEndOfStream(&mEndpoint); in Process() [all …]
|
D | cli_tcp.hpp | 137 otTcpEndpoint mEndpoint; member in ot::Cli::TcpExample
|
/openthread-3.6.0/src/core/api/ |
D | tcp_ext_api.cpp | 93 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslSendCallback() 111 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslRecvCallback()
|
/openthread-3.6.0/include/openthread/ |
D | tcp_ext.h | 223 otTcpEndpoint *mEndpoint; member
|
/openthread-3.6.0/src/core/net/ |
D | dns_client.cpp | 791 IgnoreError(mEndpoint.Deinitialize()); in Stop() 815 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() 1550 IgnoreError(mEndpoint.SendEndOfStream()); in HandleTimer() 1700 IgnoreError(mEndpoint.SendByReference(mSendLink, /* aFlags */ 0)); in HandleTcpEstablished() 1769 IgnoreError(mEndpoint.SendEndOfStream()); in HandleTcpReceiveAvailable() 1772 SuccessOrExit(mEndpoint.ReceiveByReference(data)); in HandleTcpReceiveAvailable() [all …]
|
D | dns_client.hpp | 912 Ip6::Tcp::Endpoint mEndpoint; member in ot::Dns::Client
|