Home
last modified time | relevance | path

Searched refs:SetMaxChildIpAddresses (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dmle_router.hpp554 Error SetMaxChildIpAddresses(uint8_t aMaxIpAddresses);
Dmle_router.cpp1991 Error MleRouter::SetMaxChildIpAddresses(uint8_t aMaxIpAddresses) in SetMaxChildIpAddresses() function in ot::Mle::MleRouter
/openthread-2.7.6/src/core/api/
Dthread_ftd_api.cpp74 return instance.Get<Mle::MleRouter>().SetMaxChildIpAddresses(aMaxIpAddresses); in otThreadSetMaxChildIpAddresses()