Home
last modified time | relevance | path

Searched refs:HandleTcpSendDone (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/cli/
Dcli_tcp.hpp117 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
Dcli_tcp.cpp792 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()
843 void TcpExample::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Cli::TcpExample
/openthread-latest/src/core/net/
Ddns_client.hpp883 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
Ddns_client.cpp1749 void Client::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Dns::Client
1761 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()