Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dmle_router.hpp530 uint8_t GetMaxChildIpAddresses(void) const;
Dmle_router.cpp1736 uint8_t MleRouter::GetMaxChildIpAddresses(void) const in GetMaxChildIpAddresses() function in ot::Mle::MleRouter
/openthread-3.7.0/src/core/api/
Dthread_ftd_api.cpp57 return AsCoreType(aInstance).Get<Mle::MleRouter>().GetMaxChildIpAddresses(); in otThreadGetMaxChildIpAddresses()