Home
last modified time | relevance | path

Searched refs:GetDestinationAddress (Results 1 – 11 of 11) sorted by relevance

/external/pigweed/pw_hdlc/
Dwire_packet_parser_test.cc36 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()
/external/openthread/src/core/net/
Dip6_filter.cpp68 VerifyOrExit(headers.GetDestinationAddress().IsLinkLocal() || in Accept()
69 headers.GetDestinationAddress().IsLinkLocalMulticast()); in Accept()
Dip6.hpp500 const Address &GetDestinationAddress(void) const { return mIp6Header.GetDestination(); } in GetDestinationAddress() function in ot::Ip6::Headers
/external/pigweed/pw_router/public/pw_router/
Dpacket_parser.h44 virtual std::optional<uint32_t> GetDestinationAddress() const = 0;
/external/pigweed/pw_hdlc/public/pw_hdlc/
Dwire_packet_parser.h32 std::optional<uint32_t> GetDestinationAddress() const override { in GetDestinationAddress() function
/external/pigweed/pw_router/
Dstatic_router.cc27 std::optional<uint32_t> maybe_address = parser.GetDestinationAddress(); in RoutePacket()
Dstatic_router_test.cc50 std::optional<uint32_t> GetDestinationAddress() const final { in GetDestinationAddress() function in pw::router::__anonfecbb8fb0111::BasicPacketParser
/external/pigweed/pw_router/size_report/
Dstatic_router_with_one_route.cc49 std::optional<uint32_t> GetDestinationAddress() const final { in GetDestinationAddress() function in __anon052b1b2b0211::BasicPacketParser
/external/openthread/src/core/thread/
Dmesh_forwarder_ftd.cpp659 VerifyOrExit(!ip6Headers.GetDestinationAddress().IsMulticast() && in SendIcmpErrorIfDstUnreach()
660 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()
Dmesh_forwarder.cpp1951 …LogAt(aLogLevel, " dst:[%s]:%d", aHeaders.GetDestinationAddress().ToString().AsCString(), dstPo… in LogIp6SourceDestAddresses()
1955 LogAt(aLogLevel, " dst:[%s]", aHeaders.GetDestinationAddress().ToString().AsCString()); in LogIp6SourceDestAddresses()
/external/openthread/src/core/utils/
Dhistory_tracker.cpp126 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage()