Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_secure.hpp156 Dtls::Transport::SetAcceptCallback(HandleDtlsAccept, this); in ApplicationCoapSecure()
161 …static MeshCoP::SecureSession *HandleDtlsAccept(void *aContext, const Ip6::MessageInfo &aMessageIn…
162 SecureSession *HandleDtlsAccept(void);
Dcoap_secure.cpp163 MeshCoP::SecureSession *ApplicationCoapSecure::HandleDtlsAccept(void *aContext, const Ip6::MessageI… in HandleDtlsAccept() function in ot::Coap::ApplicationCoapSecure
167 return static_cast<ApplicationCoapSecure *>(aContext)->HandleDtlsAccept(); in HandleDtlsAccept()
170 SecureSession *ApplicationCoapSecure::HandleDtlsAccept(void) in HandleDtlsAccept() function in ot::Coap::ApplicationCoapSecure
/openthread-latest/src/core/thread/
Dtmf.cpp279 SetAcceptCallback(&HandleDtlsAccept, this); in SecureAgent()
286 MeshCoP::SecureSession *SecureAgent::HandleDtlsAccept(void *aContext, const Ip6::MessageInfo &aMess… in HandleDtlsAccept() function in ot::Tmf::SecureAgent
290 return static_cast<SecureAgent *>(aContext)->HandleDtlsAccept(); in HandleDtlsAccept()
293 Coap::SecureSession *SecureAgent::HandleDtlsAccept(void) in HandleDtlsAccept() function in ot::Tmf::SecureAgent
Dtmf.hpp211 …static MeshCoP::SecureSession *HandleDtlsAccept(void *aContext, const Ip6::MessageInfo &aMessageIn…
212 Coap::SecureSession *HandleDtlsAccept(void);