Searched refs:otIp6InterfaceIdentifier (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/include/openthread/ |
D | ip6.h | 68 struct otIp6InterfaceIdentifier struct 81 typedef struct otIp6InterfaceIdentifier otIp6InterfaceIdentifier; typedef 108 …otIp6InterfaceIdentifier mIid; ///< The Interface Identifier (least significant 64 bits … 799 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid);
|
D | backbone_router_ftd.h | 198 const otIp6InterfaceIdentifier *aMlIid, 354 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID
|
D | thread.h | 638 …tThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid); 653 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance); 1065 otIp6InterfaceIdentifier *aMlIid); 1082 otIp6InterfaceIdentifier *aMlIid,
|
/openthread-latest/src/cli/ |
D | cli_bbr.cpp | 209 otIp6InterfaceIdentifier *mlIid = nullptr; in Process() 210 otIp6InterfaceIdentifier iid; in Process()
|
D | cli.cpp | 1070 … 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/ |
D | ip6_address.hpp | 336 class InterfaceIdentifier : public otIp6InterfaceIdentifier, 988 DefineCoreType(otIp6InterfaceIdentifier, Ip6::InterfaceIdentifier);
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 245 …otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otThreadSetFixedDuaInterfaceIdentifier() 261 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance) in otThreadGetFixedDuaInterfaceIdentifier() 264 const otIp6InterfaceIdentifier *iid = nullptr; in otThreadGetFixedDuaInterfaceIdentifier()
|
D | backbone_router_ftd_api.cpp | 138 const otIp6InterfaceIdentifier *aMlIid, in otBackboneRouterConfigNextDuaRegistrationResponse()
|
D | thread_ftd_api.cpp | 335 otIp6InterfaceIdentifier *aMlIid) in otThreadSendAddressNotification() 344 otIp6InterfaceIdentifier *aMlIid, in otThreadSendProactiveBackboneNotification()
|
D | ip6_api.cpp | 267 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 360 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in HandlePropertyGet() 389 otIp6InterfaceIdentifier iid; in HandlePropertySet()
|