Searched refs:HandleTcpSendDone (Results 1 – 4 of 4) sorted by relevance
114 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
794 …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
838 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
1771 void Client::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Dns::Client1783 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()