Home
last modified time | relevance | path

Searched defs:GetDestination (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/utils/
Dping_sender.hpp113 Ip6::Address &GetDestination(void) { return AsCoreType(&mDestination); } in GetDestination() function in ot::Utils::PingSender::Config
120 const Ip6::Address &GetDestination(void) const { return AsCoreType(&mDestination); } in GetDestination() function in ot::Utils::PingSender::Config
/openthread-latest/src/core/thread/
Dchild_supervision.cpp49 Child *ChildSupervisor::GetDestination(const Message &aMessage) const in GetDestination() function in ot::ChildSupervisor
Dlowpan.hpp392 uint16_t GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Lowpan::MeshHeader
/openthread-latest/src/core/net/
Dip4_types.hpp456 Address &GetDestination(void) { return mDestination; } in GetDestination() function in ot::Ip4::Header
463 const Address &GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Ip4::Header
Dip6_headers.hpp278 Address &GetDestination(void) { return mDestination; } in GetDestination() function in ot::Ip6::Header
285 const Address &GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Ip6::Header
/openthread-latest/src/core/radio/
Dtrel_packet.hpp188 const Mac::ExtAddress &GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Trel::Header
/openthread-latest/src/core/mac/
Dmac_types.hpp446 PanId GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Mac::PanIds