Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.hpp120 void HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReason);
Dcli_tcp.cpp814 …static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpDisconnected(aEndpoint, aR… in HandleTcpDisconnectedCallback()
1003 void TcpExample::HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReason) in HandleTcpDisconnected() function in ot::Cli::TcpExample
/openthread-latest/src/core/net/
Ddns_client.hpp839 void HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReason);
Ddns_client.cpp1906 void Client::HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReason) in HandleTcpDisconnected() function in ot::Dns::Client
1929 …static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpDisconnected(aEndpoint, aReaso… in HandleTcpDisconnectedCallback()