Home
last modified time | relevance | path

Searched refs:aMlIid (Results 1 – 8 of 8) sorted by relevance

/openthread-3.4.0/src/core/api/
Dbackbone_router_ftd_api.cpp138 const otIp6InterfaceIdentifier *aMlIid, in otBackboneRouterConfigNextDuaRegistrationResponse() argument
141 …(aInstance).Get<BackboneRouter::Manager>().ConfigNextDuaRegistrationResponse(AsCoreTypePtr(aMlIid), in otBackboneRouterConfigNextDuaRegistrationResponse()
Dthread_ftd_api.cpp361 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/
Dbackbone_router_ftd.h211 const otIp6InterfaceIdentifier *aMlIid,
Dthread.h1046 otIp6InterfaceIdentifier *aMlIid);
1064 otIp6InterfaceIdentifier *aMlIid,
/openthread-3.4.0/src/core/backbone_router/
Dbbr_manager.hpp99 void ConfigNextDuaRegistrationResponse(const Ip6::InterfaceIdentifier *aMlIid, uint8_t aStatus);
Dbbr_manager.cpp468 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/
Dmle.hpp370 Error SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMlIid);
Dmle.cpp914 Error Mle::SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMlIid) in SetMeshLocalIid() argument
920 mMeshLocal64.GetAddress().SetIid(aMlIid); in SetMeshLocalIid()