Searched refs:mIsChild (Results 1 – 7 of 7) sorted by relevance
202 aNeighInfo.mIsChild = true; in GetNextNeighborInfo()221 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()249 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
158 bool mIsChild : 1; ///< Indicates whether or not the neighbor is a child. member
105 bool mIsChild : 1; ///< Is the neighbor a child member
213 entry->mIsChild = true; in RecordNeighborEvent()224 entry->mIsChild = false; in RecordNeighborEvent()
138 info->mIsChild ? "Child" : "Router", kEventString[info->mEvent]); in ProcessNeighbor()
2843 OutputFormat("| %3c ", neighborInfo.mIsChild ? 'C' : 'R'); in ProcessNeighbor()
203 SuccessOrExit(error = mEncoder.WriteBool(aNeighborInfo.mIsChild)); in EncodeNeighborInfo()