Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dneighbor_table.cpp211 aNeighInfo.mIsChild = true; in GetNextNeighborInfo()
230 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
258 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
/openthread-3.6.0/include/openthread/
Dhistory_tracker.h192 bool mIsChild : 1; ///< Indicates whether or not the neighbor is a child. member
Dthread.h108 bool mIsChild : 1; ///< Is the neighbor a child member
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.cpp206 entry->mIsChild = true; in RecordNeighborEvent()
217 entry->mIsChild = false; in RecordNeighborEvent()
/openthread-3.6.0/src/cli/
Dcli_history.cpp409 info->mIsChild ? "Child" : "Router", kEventString[info->mEvent]); in Process()
Dcli.cpp4312 OutputFormat("| %3c ", neighborInfo.mIsChild ? 'C' : 'R'); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp204 SuccessOrExit(error = mEncoder.WriteBool(aNeighborInfo.mIsChild)); in EncodeNeighborInfo()