Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp220 SecureTransport &GetTransport(void) { return mTransport; } in GetTransport() function in ot::MeshCoP::SecureSession
864 … Transport &GetTransport(void) { return static_cast<Transport &>(SecureSession::GetTransport()); } in GetTransport() function in ot::MeshCoP::Dtls::Session
/openthread-latest/src/core/coap/
Dcoap_secure.cpp94 VerifyOrExit(!GetTransport().IsClosed(), error = kErrorInvalidState); in Transmit()