Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_service.cpp88 const ServerTlv * rvalServerTlv = nullptr; in GetBackboneRouterPrimary() local
113 if (rvalServerTlv == nullptr || in GetBackboneRouterPrimary()
114 …IsBackboneRouterPreferredTo(*iterator.mServerSubTlv, *serverData, *rvalServerTlv, *rvalServerData)) in GetBackboneRouterPrimary()
116 rvalServerTlv = iterator.mServerSubTlv; in GetBackboneRouterPrimary()
122 VerifyOrExit(rvalServerTlv != nullptr); in GetBackboneRouterPrimary()
124 aConfig.mServer16 = rvalServerTlv->GetServer16(); in GetBackboneRouterPrimary()