Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h123 …bool mIsOnLink; ///< Indicates whether the prefix is on-link or r… member
/openthread-latest/src/cli/
Dcli_br.cpp509 …t("prefix:%s, on-link:%s, ms-since-rx:%lu, lifetime:%lu, ", string, entry.mIsOnLink ? "yes" : "no", in Process()
512 if (entry.mIsOnLink) in Process()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp988 aEntry.mIsOnLink = true; in CopyInfoTo()
1042 aEntry.mIsOnLink = false; in CopyInfoTo()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1028 if (entry.mIsOnLink) in VerifyPrefixTable()