Searched refs:aMlIid (Results 1 – 8 of 8) sorted by relevance
/openthread-3.4.0/src/core/api/ |
D | backbone_router_ftd_api.cpp | 138 const otIp6InterfaceIdentifier *aMlIid, in otBackboneRouterConfigNextDuaRegistrationResponse() argument 141 …(aInstance).Get<BackboneRouter::Manager>().ConfigNextDuaRegistrationResponse(AsCoreTypePtr(aMlIid), in otBackboneRouterConfigNextDuaRegistrationResponse()
|
D | thread_ftd_api.cpp | 361 otIp6InterfaceIdentifier *aMlIid) in otThreadSendAddressNotification() argument 363 …aInstance).Get<AddressResolver>().SendAddressQueryResponse(AsCoreType(aTarget), AsCoreType(aMlIid), in otThreadSendAddressNotification() 370 otIp6InterfaceIdentifier *aMlIid, in otThreadSendProactiveBackboneNotification() argument 374 AsCoreType(aTarget), AsCoreType(aMlIid), aTimeSinceLastTransaction); in otThreadSendProactiveBackboneNotification()
|
/openthread-3.4.0/include/openthread/ |
D | backbone_router_ftd.h | 211 const otIp6InterfaceIdentifier *aMlIid,
|
D | thread.h | 1046 otIp6InterfaceIdentifier *aMlIid); 1064 otIp6InterfaceIdentifier *aMlIid,
|
/openthread-3.4.0/src/core/backbone_router/ |
D | bbr_manager.hpp | 99 void ConfigNextDuaRegistrationResponse(const Ip6::InterfaceIdentifier *aMlIid, uint8_t aStatus);
|
D | bbr_manager.cpp | 468 void Manager::ConfigNextDuaRegistrationResponse(const Ip6::InterfaceIdentifier *aMlIid, uint8_t aSt… in ConfigNextDuaRegistrationResponse() argument 472 if (aMlIid) in ConfigNextDuaRegistrationResponse() 474 mDuaResponseTargetMlIid = *aMlIid; in ConfigNextDuaRegistrationResponse()
|
/openthread-3.4.0/src/core/thread/ |
D | mle.hpp | 370 Error SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMlIid);
|
D | mle.cpp | 914 Error Mle::SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMlIid) in SetMeshLocalIid() argument 920 mMeshLocal64.GetAddress().SetIid(aMlIid); in SetMeshLocalIid()
|