Searched refs:mEndpoint (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/cli/ |
D | cli_tcp.cpp | 76 mEndpointAndCircularSendBuffer.mEndpoint = &mEndpoint; in TcpExample() 237 SuccessOrExit(error = otTcpEndpointInitialize(GetInstancePtr(), &mEndpoint, &endpointArgs)); in Process() 252 IgnoreReturnValue(otTcpEndpointDeinitialize(&mEndpoint)); in Process() 310 endpointError = otTcpEndpointDeinitialize(&mEndpoint); in Process() 355 error = otTcpBind(&mEndpoint, &sockaddr); in Process() 442 SuccessOrExit(error = otTcpConnect(&mEndpoint, &sockaddr, flags)); in Process() 500 …SuccessOrExit(error = otTcpCircularSendBufferWrite(&mEndpoint, &mSendBuffer, aArgs[0].GetCString(), in Process() 513 SuccessOrExit(error = otTcpSendByReference(&mEndpoint, &mSendLink, 0)); in Process() 626 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process() 660 error = otTcpSendEndOfStream(&mEndpoint); in Process() [all …]
|
D | cli_tcp.hpp | 135 otTcpEndpoint mEndpoint; member in ot::Cli::TcpExample
|
/openthread-latest/src/core/api/ |
D | tcp_ext_api.cpp | 93 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslSendCallback() 111 otTcpEndpoint *endpoint = pair->mEndpoint; in otTcpMbedTlsSslRecvCallback()
|
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 791 IgnoreError(mEndpoint.Deinitialize()); in Stop() 817 SuccessOrExit(error = mEndpoint.Initialize(Get<Instance>(), endpointArgs)); in InitTcpSocket() 1152 VerifyOrExit(mEndpoint.GetPeerAddress() == AsCoreType(&aInfo.mConfig.mServerSockAddr), in SendQuery() 1161 …error = mEndpoint.Connect(AsCoreType(&aInfo.mConfig.mServerSockAddr), OT_TCP_CONNECT_NO_FAST_OPEN)… in SendQuery() 1167 SuccessOrExit(error = mEndpoint.SendByReference(mSendLink, /* aFlags */ 0)); in SendQuery() 1177 IgnoreError(mEndpoint.SendByExtension(length + sizeof(uint16_t), /* aFlags */ 0)); in SendQuery() 1561 IgnoreError(mEndpoint.SendEndOfStream()); in HandleTimer() 1767 IgnoreError(mEndpoint.SendByReference(mSendLink, /* aFlags */ 0)); in HandleTcpEstablished() 1836 IgnoreError(mEndpoint.SendEndOfStream()); in HandleTcpReceiveAvailable() 1839 SuccessOrExit(mEndpoint.ReceiveByReference(data)); in HandleTcpReceiveAvailable() [all …]
|
D | dns_client.hpp | 917 Ip6::Tcp::Endpoint mEndpoint; member in ot::Dns::Client
|
/openthread-latest/include/openthread/ |
D | tcp_ext.h | 223 otTcpEndpoint *mEndpoint; member
|