Searched defs:aIid (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/src/ncp/ |
D | multipan_platform.cpp | 46 otInstance *otPlatMultipanIidToInstance(uint8_t aIid) in otPlatMultipanIidToInstance()
|
D | ncp_base_radio.cpp | 149 void NcpBase::LinkRawReceiveDone(uint8_t aIid, otRadioFrame *aFrame, otError aError) in LinkRawReceiveDone() 169 void NcpBase::LinkRawTransmitDone(uint8_t aIid, otRadioFrame *aFrame, otRadioFrame *aAckFrame, otEr… in LinkRawTransmitDone() 218 void NcpBase::LinkRawEnergyScanDone(uint8_t aIid, int8_t aEnergyScanMaxRssi) in LinkRawEnergyScanDone()
|
D | ncp_base.cpp | 81 Instance *NcpBase::IidToInstance(uint8_t aIid) in IidToInstance()
|
/openthread-latest/tests/unit/ |
D | test_multipan_rcp_instances.cpp | 209 …bool gotResponse(uint8_t aIid, uint8_t aTid) { return ((aIid == getLastIid()) && (aTid == getLastT… in gotResponse() 221 TestHost(TestNcp *aNcp, uint8_t aIid) in TestHost() 258 void createSwitchoverRequest(uint8_t aIid, bool aForce) in createSwitchoverRequest() 294 spinel_status_t requestSwitchover(uint8_t aIid, bool aForce) in requestSwitchover()
|
D | test_ip_address.cpp | 342 bool CheckPrefixInIid(const Ip6::InterfaceIdentifier &aIid, const uint8_t *aPrefix, uint8_t aPrefix… in CheckPrefixInIid()
|
/openthread-latest/src/core/thread/ |
D | dua_manager.cpp | 156 Error DuaManager::SetFixedDuaInterfaceIdentifier(const Ip6::InterfaceIdentifier &aIid) in SetFixedDuaInterfaceIdentifier()
|
D | address_resolver.hpp | 258 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aIid) { mInfo.mCached.mMeshLocalIid = aIid; } in SetMeshLocalIid()
|
D | lowpan.cpp | 64 …::ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdentifier &aIid) in ComputeIid()
|
/openthread-latest/src/core/net/ |
D | ip6_address.hpp | 878 void SetIid(const InterfaceIdentifier &aIid) { GetIid() = aIid; } in SetIid()
|
D | ip6_address.cpp | 347 void Address::SetToLinkLocalAddress(const InterfaceIdentifier &aIid) in SetToLinkLocalAddress()
|
/openthread-latest/src/core/api/ |
D | ip6_api.cpp | 267 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
|
D | thread_api.cpp | 245 …otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otThreadSetFixedDuaInterfaceIdentifier()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 2284 otError RadioSpinel::GetMultipanActiveInterface(spinel_iid_t *aIid) in GetMultipanActiveInterface() 2291 otError RadioSpinel::SetMultipanActiveInterface(spinel_iid_t aIid, bool aCompletePending) in SetMultipanActiveInterface()
|