Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Ddua_manager.hpp198 …static void HandleDuaResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageIn… in HandleDuaResponse() function in ot::DuaManager
200 static_cast<DuaManager *>(aContext)->HandleDuaResponse( in HandleDuaResponse()
204 …void HandleDuaResponse(Coap::Message *aMessage, const Ip6::MessageInfo *aMessageInfo, Error aResul…
Ddua_manager.cpp88 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in HandleDomainPrefixUpdate()
242 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in RemoveDomainUnicastAddress()
520 …rror = Get<Tmf::Agent>().SendMessage(*message, messageInfo, &DuaManager::HandleDuaResponse, this)); in PerformNextRegistration()
546 void DuaManager::HandleDuaResponse(Coap::Message *aMessage, const Ip6::MessageInfo *aMessageInfo, E… in HandleDuaResponse() function in ot::DuaManager
754 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in UpdateChildDomainUnicastAddress()