Searched refs:GetDestinationAddress (Results 1 – 11 of 11) sorted by relevance
36 auto maybe_address = parser.GetDestinationAddress(); in TEST()49 auto maybe_address = parser.GetDestinationAddress(); in TEST()63 auto maybe_address = parser.GetDestinationAddress(); in TEST()78 auto maybe_address = parser.GetDestinationAddress(); in TEST()93 auto maybe_address = parser.GetDestinationAddress(); in TEST()108 auto maybe_address = parser.GetDestinationAddress(); in TEST()
68 VerifyOrExit(headers.GetDestinationAddress().IsLinkLocal() || in Accept()69 headers.GetDestinationAddress().IsLinkLocalMulticast()); in Accept()
500 const Address &GetDestinationAddress(void) const { return mIp6Header.GetDestination(); } in GetDestinationAddress() function in ot::Ip6::Headers
44 virtual std::optional<uint32_t> GetDestinationAddress() const = 0;
32 std::optional<uint32_t> GetDestinationAddress() const override { in GetDestinationAddress() function
27 std::optional<uint32_t> maybe_address = parser.GetDestinationAddress(); in RoutePacket()
50 std::optional<uint32_t> GetDestinationAddress() const final { in GetDestinationAddress() function in pw::router::__anonfecbb8fb0111::BasicPacketParser
49 std::optional<uint32_t> GetDestinationAddress() const final { in GetDestinationAddress() function in __anon052b1b2b0211::BasicPacketParser
659 VerifyOrExit(!ip6Headers.GetDestinationAddress().IsMulticast() && in SendIcmpErrorIfDstUnreach()660 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()
1951 …LogAt(aLogLevel, " dst:[%s]:%d", aHeaders.GetDestinationAddress().ToString().AsCString(), dstPo… in LogIp6SourceDestAddresses()1955 LogAt(aLogLevel, " dst:[%s]", aHeaders.GetDestinationAddress().ToString().AsCString()); in LogIp6SourceDestAddresses()
126 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage()