Searched refs:SetBytes (Results 1 – 7 of 7) sorted by relevance
441 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
123 void SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip4::Address
259 void InterfaceIdentifier::SetBytes(const uint8_t *aBuffer) { memcpy(mFields.m8, aBuffer, kSize); } in SetBytes() function in ot::Ip6::InterfaceIdentifier
314 aAddress.GetAddress().GetIid().SetBytes(hash.GetBytes()); in GenerateIid()
280 src.SetBytes(mrt6msg->im6_src.s6_addr); in ProcessMulticastRouterMessages()281 dst.SetBytes(mrt6msg->im6_dst.s6_addr); in ProcessMulticastRouterMessages()
203 meshLocalIid.SetBytes(meshLocalIidArray); in TestChildIp6Address()
788 ip4Address.SetBytes(kIp4Address); in TestIp4Ip6Translation()