Home
last modified time | relevance | path

Searched defs:aIid (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/ncp/
Dmultipan_platform.cpp46 otInstance *otPlatMultipanIidToInstance(uint8_t aIid) in otPlatMultipanIidToInstance()
Dncp_base_radio.cpp149 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()
Dncp_base.cpp81 Instance *NcpBase::IidToInstance(uint8_t aIid) in IidToInstance()
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp209 …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()
Dtest_ip_address.cpp342 bool CheckPrefixInIid(const Ip6::InterfaceIdentifier &aIid, const uint8_t *aPrefix, uint8_t aPrefix… in CheckPrefixInIid()
/openthread-latest/src/core/thread/
Ddua_manager.cpp156 Error DuaManager::SetFixedDuaInterfaceIdentifier(const Ip6::InterfaceIdentifier &aIid) in SetFixedDuaInterfaceIdentifier()
Daddress_resolver.hpp258 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aIid) { mInfo.mCached.mMeshLocalIid = aIid; } in SetMeshLocalIid()
Dlowpan.cpp64 …::ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdentifier &aIid) in ComputeIid()
/openthread-latest/src/core/net/
Dip6_address.hpp878 void SetIid(const InterfaceIdentifier &aIid) { GetIid() = aIid; } in SetIid()
Dip6_address.cpp347 void Address::SetToLinkLocalAddress(const InterfaceIdentifier &aIid) in SetToLinkLocalAddress()
/openthread-latest/src/core/api/
Dip6_api.cpp267 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
Dthread_api.cpp245 …otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otThreadSetFixedDuaInterfaceIdentifier()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp2284 otError RadioSpinel::GetMultipanActiveInterface(spinel_iid_t *aIid) in GetMultipanActiveInterface()
2291 otError RadioSpinel::SetMultipanActiveInterface(spinel_iid_t aIid, bool aCompletePending) in SetMultipanActiveInterface()