Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.hpp114 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
Dcli_tcp.cpp794 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()
845 void TcpExample::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Cli::TcpExample
/openthread-latest/src/core/net/
Ddns_client.hpp838 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
Ddns_client.cpp1771 void Client::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Dns::Client
1783 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()