Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Dcommissioner.hpp431 …static Error SendRelayTransmit(void *aContext, Message &aMessage, const Ip6::MessageInfo &aMessage…
432 Error SendRelayTransmit(Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
Dcommissioner.cpp310 SuccessOrExit(error = Get<Coap::CoapSecure>().Start(SendRelayTransmit, this)); in Start()
1152 Error Commissioner::SendRelayTransmit(void *aContext, Message &aMessage, const Ip6::MessageInfo &aM… in SendRelayTransmit() function in ot::MeshCoP::Commissioner
1154 return static_cast<Commissioner *>(aContext)->SendRelayTransmit(aMessage, aMessageInfo); in SendRelayTransmit()
1157 Error Commissioner::SendRelayTransmit(Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in SendRelayTransmit() function in ot::MeshCoP::Commissioner