Searched refs:HandleTcpSendDone (Results 1 – 4 of 4) sorted by relevance
117 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
792 …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
883 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
1749 void Client::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Dns::Client1761 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()