Home
last modified time | relevance | path

Searched refs:otIp6InterfaceIdentifier (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h68 struct otIp6InterfaceIdentifier struct
81 typedef struct otIp6InterfaceIdentifier otIp6InterfaceIdentifier; typedef
108otIp6InterfaceIdentifier mIid; ///< The Interface Identifier (least significant 64 bits …
799 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid);
Dbackbone_router_ftd.h198 const otIp6InterfaceIdentifier *aMlIid,
354 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID
Dthread.h638 …tThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid);
653 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance);
1065 otIp6InterfaceIdentifier *aMlIid);
1082 otIp6InterfaceIdentifier *aMlIid,
/openthread-latest/src/cli/
Dcli_bbr.cpp209 otIp6InterfaceIdentifier *mlIid = nullptr; in Process()
210 otIp6InterfaceIdentifier iid; in Process()
Dcli.cpp1070 … const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(GetInstancePtr()); in Process()
1099 otIp6InterfaceIdentifier iid; in Process()
3099 otIp6InterfaceIdentifier mlIid; in Process()
3110 otIp6InterfaceIdentifier mlIid; in Process()
4104 otIp6InterfaceIdentifier iid; in Process()
/openthread-latest/src/core/net/
Dip6_address.hpp336 class InterfaceIdentifier : public otIp6InterfaceIdentifier,
988 DefineCoreType(otIp6InterfaceIdentifier, Ip6::InterfaceIdentifier);
/openthread-latest/src/core/api/
Dthread_api.cpp245 …otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otThreadSetFixedDuaInterfaceIdentifier()
261 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance) in otThreadGetFixedDuaInterfaceIdentifier()
264 const otIp6InterfaceIdentifier *iid = nullptr; in otThreadGetFixedDuaInterfaceIdentifier()
Dbackbone_router_ftd_api.cpp138 const otIp6InterfaceIdentifier *aMlIid, in otBackboneRouterConfigNextDuaRegistrationResponse()
Dthread_ftd_api.cpp335 otIp6InterfaceIdentifier *aMlIid) in otThreadSendAddressNotification()
344 otIp6InterfaceIdentifier *aMlIid, in otThreadSendProactiveBackboneNotification()
Dip6_api.cpp267 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp360 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in HandlePropertyGet()
389 otIp6InterfaceIdentifier iid; in HandlePropertySet()