Home
last modified time | relevance | path

Searched refs:SetBytes (Results 1 – 7 of 7) sorted by relevance

/openthread-3.6.0/src/core/net/
Dip6_address.hpp441 void SetBytes(const uint8_t *aBuffer);
628 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::Address
Dip4_types.hpp123 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip4::Address
Dip6_address.cpp259 void InterfaceIdentifier::SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::InterfaceIdentifier
/openthread-3.6.0/src/core/utils/
Dslaac_address.cpp314 aAddress.GetAddress().GetIid().SetBytes(hash.GetBytes()); in GenerateIid()
/openthread-3.6.0/src/posix/platform/
Dmulticast_routing.cpp280 src.SetBytes(mrt6msg->im6_src.s6_addr); in ProcessMulticastRouterMessages()
281 dst.SetBytes(mrt6msg->im6_dst.s6_addr); in ProcessMulticastRouterMessages()
/openthread-3.6.0/tests/unit/
Dtest_child.cpp203 meshLocalIid.SetBytes(meshLocalIidArray); in TestChildIp6Address()
Dtest_ip_address.cpp788 ip4Address.SetBytes(kIp4Address); in TestIp4Ip6Translation()