Searched refs:aDestAddress (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/examples/platforms/simulation/ |
D | infra_if.c | 43 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 48 OT_UNUSED_VARIABLE(aDestAddress); in otPlatInfraIfSendIcmp6Nd()
|
/openthread-3.5.0/src/core/thread/ |
D | tmf.cpp | 205 bool Agent::IsTmfMessage(const Ip6::Address &aSourceAddress, const Ip6::Address &aDestAddress, uint… in IsTmfMessage() argument 213 isTmf = aDestAddress.IsLinkLocal() || aDestAddress.IsLinkLocalMulticast(); in IsTmfMessage() 218 …VerifyOrExit(Get<Mle::Mle>().IsMeshLocalAddress(aDestAddress) || aDestAddress.IsLinkLocalMulticast… in IsTmfMessage() 219 aDestAddress.IsRealmLocalMulticast()); in IsTmfMessage()
|
D | tmf.hpp | 183 …bool IsTmfMessage(const Ip6::Address &aSourceAddress, const Ip6::Address &aDestAddress, uint16_t a…
|
/openthread-3.5.0/include/openthread/platform/ |
D | infra_if.h | 89 const otIp6Address *aDestAddress,
|
/openthread-3.5.0/src/posix/platform/ |
D | infra_if.hpp | 146 const otIp6Address &aDestAddress,
|
D | infra_if.cpp | 95 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 99 …return ot::Posix::InfraNetif::Get().SendIcmp6Nd(aInfraIfIndex, *aDestAddress, aBuffer, aBufferLeng… in otPlatInfraIfSendIcmp6Nd() 206 const otIp6Address &aDestAddress, in SendIcmp6Nd() argument 230 memcpy(&dest.sin6_addr, &aDestAddress, sizeof(aDestAddress)); in SendIcmp6Nd()
|
/openthread-3.5.0/tests/unit/ |
D | test_routing_manager.cpp | 271 const otIp6Address *aDestAddress, in otPlatInfraIfSendIcmp6Nd() argument 277 …Log("otPlatInfraIfSendIcmp6Nd(aDestAddr: %s, aBufferLength:%u)", AsCoreType(aDestAddress).ToString… in otPlatInfraIfSendIcmp6Nd() 317 SendNeighborAdvert(AsCoreType(aDestAddress), naMsg); in otPlatInfraIfSendIcmp6Nd()
|