Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dnetwork_data_service.hpp133 uint32_t GetMlrTimeout(void) const { return HostSwap32(mMlrTimeout); } in GetMlrTimeout() function in ot::NetworkData::Service::BackboneRouter::ServerData
Dnetwork_data_service.cpp143 aConfig.mMlrTimeout = rvalServerData->GetMlrTimeout(); in GetBackboneRouterPrimary()