Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp1233 bool otherFlag = aRaHeader.IsOtherConfigFlagSet(); in ProcessRaHeader() local
1237 LogInfo("- RA Header - flags - M:%u O:%u", managedFlag, otherFlag); in ProcessRaHeader()
1244 if (aRouter.mOtherConfigFlag != otherFlag) in ProcessRaHeader()
1246 aRouter.mOtherConfigFlag = otherFlag; in ProcessRaHeader()