Searched refs:SetBytes (Results 1 – 8 of 8) sorted by relevance
402 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
74 SetBytes(&aIp6Address.GetBytes()[12]); in ExtractFromIp4MappedIp6Address()
116 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip4::Address
248 void InterfaceIdentifier::SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::InterfaceIdentifier
116 meshLocalIid.SetBytes(meshLocalIidArray); in TestChildIp6Address()
777 expectedIp4Address.SetBytes(kIp4Address); in TestIp4MappedIp6Address()826 ip4Address.SetBytes(kIp4Address); in TestIp4Ip6Translation()
281 src.SetBytes(mrt6msg->im6_src.s6_addr); in ProcessMulticastRouterMessages()282 dst.SetBytes(mrt6msg->im6_dst.s6_addr); in ProcessMulticastRouterMessages()
443 aAddress.GetAddress().GetIid().SetBytes(hash.GetBytes()); in GenerateIid()