Searched refs:HandleTcpSendDone (Results 1 – 2 of 2) sorted by relevance
103 … void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
341 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpSendDone(aEndpoint, aData); in HandleTcpSendDoneCallback()379 void TcpExample::HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData) in HandleTcpSendDone() function in ot::Cli::TcpExample