Home
last modified time | relevance | path

Searched refs:SetDomainId (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dslaac_address.hpp178 void SetDomainId(uint8_t aDomainId) { mDomainId = aDomainId; } in SetDomainId() function in ot::Utils::Slaac::SlaacAddress
Dslaac_address.cpp349 newAddress->SetDomainId(domainId); in AddAddressFor()