Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.hpp402 void SetBytes(const uint8_t *aBuffer);
572 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::Address
Dip4_types.cpp74 SetBytes(&aIp6Address.GetBytes()[12]); in ExtractFromIp4MappedIp6Address()
Dip4_types.hpp116 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip4::Address
Dip6_address.cpp248 void InterfaceIdentifier::SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::InterfaceIdentifier
/openthread-latest/tests/unit/
Dtest_child.cpp116 meshLocalIid.SetBytes(meshLocalIidArray); in TestChildIp6Address()
Dtest_ip_address.cpp777 expectedIp4Address.SetBytes(kIp4Address); in TestIp4MappedIp6Address()
826 ip4Address.SetBytes(kIp4Address); in TestIp4Ip6Translation()
/openthread-latest/src/posix/platform/
Dmulticast_routing.cpp281 src.SetBytes(mrt6msg->im6_src.s6_addr); in ProcessMulticastRouterMessages()
282 dst.SetBytes(mrt6msg->im6_dst.s6_addr); in ProcessMulticastRouterMessages()
/openthread-latest/src/core/utils/
Dslaac_address.cpp443 aAddress.GetAddress().GetIid().SetBytes(hash.GetBytes()); in GenerateIid()