Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dip6.h67 struct otIp6InterfaceIdentifier struct
81 typedef struct otIp6InterfaceIdentifier otIp6InterfaceIdentifier; argument
111otIp6InterfaceIdentifier mIid; ///< The Interface Identifier (least significant 64 bits …
828 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid);
Dthread.h591 …tThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid);
605 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance);
910 otIp6InterfaceIdentifier *aMlIid);
928 otIp6InterfaceIdentifier *aMlIid,
Dbackbone_router_ftd.h193 const otIp6InterfaceIdentifier *aMlIid,
356 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID
/openthread-2.7.6/src/core/api/
Dthread_api.cpp247 …otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otThreadSetFixedDuaInterfaceIdentifier()
265 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance) in otThreadGetFixedDuaInterfaceIdentifier()
268 const otIp6InterfaceIdentifier *iid = nullptr; in otThreadGetFixedDuaInterfaceIdentifier()
Dthread_ftd_api.cpp402 otIp6InterfaceIdentifier *aMlIid) in otThreadSendAddressNotification()
414 otIp6InterfaceIdentifier *aMlIid, in otThreadSendProactiveBackboneNotification()
Dbackbone_router_ftd_api.cpp164 const otIp6InterfaceIdentifier *aMlIid, in otBackboneRouterConfigNextDuaRegistrationResponse()
Dip6_api.cpp328 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp360 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in HandlePropertyGet()
369 for (size_t i = 0; i < sizeof(otIp6InterfaceIdentifier); i++) in HandlePropertyGet()
389 otIp6InterfaceIdentifier iid; in HandlePropertySet()
391 for (size_t i = 0; i < sizeof(otIp6InterfaceIdentifier); i++) in HandlePropertySet()
/openthread-2.7.6/src/core/net/
Dip6_address.hpp329 class InterfaceIdentifier : public otIp6InterfaceIdentifier,
/openthread-2.7.6/src/cli/
Dcli.cpp485 otIp6InterfaceIdentifier *mlIid = nullptr; in ProcessBackboneRouter()
486 otIp6InterfaceIdentifier iid; in ProcessBackboneRouter()
686 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in ProcessDua()
700 otIp6InterfaceIdentifier iid; in ProcessDua()
1884 otIp6InterfaceIdentifier mlIid; in ProcessFake()
1895 otIp6InterfaceIdentifier mlIid; in ProcessFake()
2590 otIp6InterfaceIdentifier iid; in ProcessMlIid()