Home
last modified time | relevance | path

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

/openthread-2.7.6/src/cli/
Dcli_tcp.hpp115 …void HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedRea…
Dcli_tcp.cpp355 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpDisconnected(aEndpoint, aR… in HandleTcpDisconnectedCallback()
451 void TcpExample::HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReason) in HandleTcpDisconnected() function in ot::Cli::TcpExample