Searched refs:mIsChild (Results 1 – 7 of 7) sorted by relevance
211 aNeighInfo.mIsChild = true; in GetNextNeighborInfo()230 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()258 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
192 bool mIsChild : 1; ///< Indicates whether or not the neighbor is a child. member
108 bool mIsChild : 1; ///< Is the neighbor a child member
206 entry->mIsChild = true; in RecordNeighborEvent()217 entry->mIsChild = false; in RecordNeighborEvent()
409 info->mIsChild ? "Child" : "Router", kEventString[info->mEvent]); in Process()
4312 OutputFormat("| %3c ", neighborInfo.mIsChild ? 'C' : 'R'); in Process()
204 SuccessOrExit(error = mEncoder.WriteBool(aNeighborInfo.mIsChild)); in EncodeNeighborInfo()