Home
last modified time | relevance | path

Searched refs:HandleTcpAcceptDone (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/cli/
Dcli_tcp.hpp119 …void HandleTcpAcceptDone(otTcpListener *aListener, otTcpEndpoint *aEndpoint, const otSockAddr *aPe…
Dcli_tcp.cpp370 …static_cast<TcpExample *>(otTcpListenerGetContext(aListener))->HandleTcpAcceptDone(aListener, aEnd… in HandleTcpAcceptDoneCallback()
507 void TcpExample::HandleTcpAcceptDone(otTcpListener *aListener, otTcpEndpoint *aEndpoint, const otSo… in HandleTcpAcceptDone() function in ot::Cli::TcpExample