Home
last modified time | relevance | path

Searched defs:GetSource (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/utils/
Dping_sender.hpp99 Ip6::Address &GetSource(void) { return AsCoreType(&mSource); } in GetSource() function in ot::Utils::PingSender::Config
106 const Ip6::Address &GetSource(void) const { return AsCoreType(&mSource); } in GetSource() function in ot::Utils::PingSender::Config
/openthread-latest/src/core/net/
Dip4_types.hpp435 Address &GetSource(void) { return mSource; } in GetSource() function in ot::Ip4::Header
442 const Address &GetSource(void) const { return mSource; } in GetSource() function in ot::Ip4::Header
Dip6_headers.hpp257 Address &GetSource(void) { return mSource; } in GetSource() function in ot::Ip6::Header
264 const Address &GetSource(void) const { return mSource; } in GetSource() function in ot::Ip6::Header
/openthread-latest/src/core/radio/
Dtrel_packet.hpp172 const Mac::ExtAddress &GetSource(void) const { return mSource; } in GetSource() function in ot::Trel::Header
/openthread-latest/src/core/thread/
Dlowpan.hpp385 uint16_t GetSource(void) const { return mSource; } in GetSource() function in ot::Lowpan::MeshHeader
/openthread-latest/src/core/mac/
Dmac_types.hpp431 PanId GetSource(void) const { return mSource; } in GetSource() function in ot::Mac::PanIds