Searched refs:aDestAddress (Results 1 – 7 of 7) sorted by relevance
/external/openthread/src/core/thread/ |
D | tmf.cpp | 98 bool Agent::IsTmfMessage(const Ip6::Address &aSourceAddress, const Ip6::Address &aDestAddress, uint… in IsTmfMessage() argument 106 isTmf = aDestAddress.IsLinkLocal() || aDestAddress.IsLinkLocalMulticast(); in IsTmfMessage() 111 …VerifyOrExit(Get<Mle::Mle>().IsMeshLocalAddress(aDestAddress) || aDestAddress.IsLinkLocalMulticast… in IsTmfMessage() 112 aDestAddress.IsRealmLocalMulticast()); in IsTmfMessage()
|
D | tmf.hpp | 172 …bool IsTmfMessage(const Ip6::Address &aSourceAddress, const Ip6::Address &aDestAddress, uint16_t a…
|
/external/openthread/examples/platforms/simulation/ |
D | infra_if.c | 43 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 48 OT_UNUSED_VARIABLE(aDestAddress); in otPlatInfraIfSendIcmp6Nd()
|
/external/openthread/src/posix/platform/ |
D | infra_if.cpp | 92 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 96 …return ot::Posix::InfraNetif::Get().SendIcmp6Nd(aInfraIfIndex, *aDestAddress, aBuffer, aBufferLeng… in otPlatInfraIfSendIcmp6Nd() 181 const otIp6Address &aDestAddress, in SendIcmp6Nd() argument 205 memcpy(&dest.sin6_addr, &aDestAddress, sizeof(aDestAddress)); in SendIcmp6Nd()
|
D | infra_if.hpp | 128 const otIp6Address &aDestAddress,
|
/external/openthread/include/openthread/platform/ |
D | infra_if.h | 89 const otIp6Address *aDestAddress,
|
/external/openthread/tests/unit/ |
D | test_routing_manager.cpp | 141 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 147 …Log("otPlatInfraIfSendIcmp6Nd(aDestAddr: %s, aBufferLength:%u)", AsCoreType(aDestAddress).ToString… in otPlatInfraIfSendIcmp6Nd()
|