Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.hpp116 void HandleTcpEstablished(otTcpEndpoint *aEndpoint);
Dcli_tcp.cpp787 static_cast<TcpExample *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpEstablished(aEndpoint); in HandleTcpEstablishedCallback()
830 void TcpExample::HandleTcpEstablished(otTcpEndpoint *aEndpoint) in HandleTcpEstablished() function in ot::Cli::TcpExample
/openthread-latest/src/core/net/
Ddns_client.hpp882 void HandleTcpEstablished(otTcpEndpoint *aEndpoint);
Ddns_client.cpp1764 void Client::HandleTcpEstablished(otTcpEndpoint *aEndpoint) in HandleTcpEstablished() function in ot::Dns::Client
1773 static_cast<Client *>(otTcpEndpointGetContext(aEndpoint))->HandleTcpEstablished(aEndpoint); in HandleTcpEstablishedCallback()