Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dping_sender.hpp103 Ip6::Address &GetSource(void) { return static_cast<Ip6::Address &>(mSource); } in GetSource() function in ot::Utils::PingSender::Config
111 … const Ip6::Address &GetSource(void) const { return static_cast<const Ip6::Address &>(mSource); } in GetSource() function in ot::Utils::PingSender::Config
/openthread-2.7.6/src/core/radio/
Dtrel_packet.hpp188 const Mac::ExtAddress &GetSource(void) const { return mSource; } in GetSource() function in ot::Trel::Header
/openthread-2.7.6/src/core/net/
Dip6_headers.hpp266 Address &GetSource(void) { return mSource; } in GetSource() function in ot::Ip6::Header
274 const Address &GetSource(void) const { return mSource; } in GetSource() function in ot::Ip6::Header
/openthread-2.7.6/src/core/thread/
Dlowpan.hpp495 uint16_t GetSource(void) const { return mSource; } in GetSource() function in ot::Lowpan::MeshHeader