Home
last modified time | relevance | path

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

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