Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dslaac_address.cpp353 newAddress->SetContextId(SlaacAddress::kInvalidContextId); in AddAddressFor()
375 aSlaacAddress.SetContextId(context.mContextId); in UpdateContextIdFor()
Dslaac_address.hpp176 void SetContextId(uint8_t aContextId) { mContextId = aContextId; } in SetContextId() function in ot::Utils::Slaac::SlaacAddress