Searched refs:aDestAddress (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/src/ncp/platform/ |
D | infra_if.cpp | 40 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 46 return ncp->InfraIfSendIcmp6Nd(aInfraIfIndex, aDestAddress, aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/src/core/thread/ |
D | tmf.cpp | 204 bool Agent::IsTmfMessage(const Ip6::Address &aSourceAddress, const Ip6::Address &aDestAddress, uint… in IsTmfMessage() argument 212 isTmf = aDestAddress.IsLinkLocalUnicastOrMulticast(); in IsTmfMessage() 217 …VerifyOrExit(Get<Mle::Mle>().IsMeshLocalAddress(aDestAddress) || aDestAddress.IsLinkLocalMulticast… in IsTmfMessage() 218 aDestAddress.IsRealmLocalMulticast()); in IsTmfMessage()
|
D | tmf.hpp | 163 …bool IsTmfMessage(const Ip6::Address &aSourceAddress, const Ip6::Address &aDestAddress, uint16_t a…
|
/openthread-latest/include/openthread/platform/ |
D | infra_if.h | 96 const otIp6Address *aDestAddress,
|
/openthread-latest/src/posix/platform/ |
D | infra_if.cpp | 96 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 100 …return ot::Posix::InfraNetif::Get().SendIcmp6Nd(aInfraIfIndex, *aDestAddress, aBuffer, aBufferLeng… in otPlatInfraIfSendIcmp6Nd() 215 const otIp6Address &aDestAddress, in SendIcmp6Nd() argument 239 memcpy(&dest.sin6_addr, &aDestAddress, sizeof(aDestAddress)); in SendIcmp6Nd()
|
D | infra_if.hpp | 160 const otIp6Address &aDestAddress,
|
/openthread-latest/examples/platforms/simulation/ |
D | infra_if.c | 183 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 197 message->mDst = *aDestAddress; in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 651 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 656 OT_UNUSED_VARIABLE(aDestAddress); in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/src/core/mac/ |
D | mac.hpp | 849 Error FilterDestShortAddress(ShortAddress aDestAddress) const;
|
D | mac.cpp | 1821 Error Mac::FilterDestShortAddress(ShortAddress aDestAddress) const in FilterDestShortAddress() 1825 if (aDestAddress == GetShortAddress()) in FilterDestShortAddress() 1831 …if ((GetAlternateShortAddress() != kShortAddrInvalid) && (aDestAddress == GetAlternateShortAddress… in FilterDestShortAddress() 1837 if (mRxOnWhenIdle && (aDestAddress == kShortAddrBroadcast)) in FilterDestShortAddress()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 245 const otIp6Address *aDestAddress,
|
D | ncp_base_ftd.cpp | 1492 const otIp6Address *aDestAddress, in InfraIfSendIcmp6Nd() argument 1501 SuccessOrExit(error = mEncoder.WriteIp6Address(*aDestAddress)); in InfraIfSendIcmp6Nd()
|
/openthread-latest/tests/unit/ |
D | test_routing_manager.cpp | 298 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 305 …Log("otPlatInfraIfSendIcmp6Nd(aDestAddr: %s, aBufferLength:%u)", AsCoreType(aDestAddress).ToString… in otPlatInfraIfSendIcmp6Nd() 351 SendNeighborAdvert(AsCoreType(aDestAddress), naMsg); in otPlatInfraIfSendIcmp6Nd()
|