Searched defs:SetBytes (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | ip6_address.hpp | 628 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::Address |
D | ip4_types.hpp | 123 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip4::Address |
D | ip6_address.cpp | 259 void InterfaceIdentifier::SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::InterfaceIdentifier |