Home
last modified time | relevance | path

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

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