/openthread-latest/src/core/common/ |
D | data.hpp | 159 const uint8_t *GetBytes(void) const { return mBuffer; } in GetBytes() function in ot::Data 306 uint8_t *GetBytes(void) { return AsNonConst(Base::GetBytes()); } in GetBytes() function in ot::MutableData 313 const uint8_t *GetBytes(void) const { return Base::GetBytes(); } in GetBytes() function in ot::MutableData
|
D | heap_data.hpp | 86 const uint8_t *GetBytes(void) const { return mData.GetBytes(); } in GetBytes() function in ot::Heap::Data
|
D | frame_builder.hpp | 67 const uint8_t *GetBytes(void) const { return mBuffer; } in GetBytes() function in ot::FrameBuilder
|
D | message.hpp | 1529 uint8_t *GetBytes(void) { return AsNonConst(Chunk::GetBytes()); } in GetBytes() function in ot::Message::MutableChunk
|
/openthread-latest/src/core/crypto/ |
D | sha256.hpp | 82 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Sha256::Hash
|
D | ecdsa.hpp | 105 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Ecdsa::P256::Signature 312 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Crypto::Ecdsa::P256::PublicKey
|
D | storage.hpp | 288 const uint8_t *GetBytes(void) const { return mKey; } in GetBytes() function in ot::Crypto::Key 370 const uint8_t *GetBytes(void) const { return mKey; } in GetBytes() function in ot::Crypto::LiteralKey
|
/openthread-latest/src/core/net/ |
D | ip6_address.hpp | 108 const uint8_t *GetBytes(void) const { return mPrefix.mFields.m8; } in GetBytes() function in ot::Ip6::Prefix 394 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip6::InterfaceIdentifier 564 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip6::Address
|
D | ip4_types.hpp | 108 const uint8_t *GetBytes(void) const { return mFields.m8; } in GetBytes() function in ot::Ip4::Address 244 const uint8_t *GetBytes(void) const { return mAddress.mFields.m8; } in GetBytes() function in ot::Ip4::Cidr
|
/openthread-latest/src/core/thread/ |
D | network_data.hpp | 158 const uint8_t *GetBytes(void) const { return mTlvs; } in GetBytes() function in ot::NetworkData::NetworkData 594 uint8_t *GetBytes(void) { return AsNonConst(AsConst(this)->GetBytes()); } in GetBytes() function in ot::NetworkData::MutableNetworkData
|
D | mle_types.hpp | 509 const uint8_t *GetBytes(void) const { return mArray.GetArrayBuffer(); } in GetBytes() function in ot::Mle::RxChallenge
|
/openthread-latest/src/core/meshcop/ |
D | dataset.hpp | 506 uint8_t *GetBytes(void) { return mTlvs; } in GetBytes() function in ot::MeshCoP::Dataset 513 const uint8_t *GetBytes(void) const { return mTlvs; } in GetBytes() function in ot::MeshCoP::Dataset
|
D | meshcop.hpp | 113 const uint8_t *GetBytes(void) const { return reinterpret_cast<const uint8_t *>(m8); } in GetBytes() function in ot::MeshCoP::JoinerPskd
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 490 const uint8_t *GetBytes(void) const { return m8; } in GetBytes() function in ot::Mac::Key
|