Home
last modified time | relevance | path

Searched defs:aRlocs (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data.cpp564 void NetworkData::AddRloc16ToRlocs(uint16_t aRloc16, Rlocs &aRlocs, RoleFilter aRoleFilter) in AddRloc16ToRlocs()
/openthread-latest/tests/unit/
Dtest_network_data.cpp89 template <uint8_t kLength> void VerifyRlocsArray(const Rlocs &aRlocs, const uint16_t (&aExpectedRlo… in VerifyRlocsArray()