Home
last modified time | relevance | path

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

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