Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dhistory_tracker.cpp200 entry->mExtAddress = aInfo.mInfo.mChild.mExtAddress; in RecordNeighborEvent()
201 entry->mRloc16 = aInfo.mInfo.mChild.mRloc16; in RecordNeighborEvent()
202 entry->mAverageRssi = aInfo.mInfo.mChild.mAverageRssi; in RecordNeighborEvent()
203 entry->mRxOnWhenIdle = aInfo.mInfo.mChild.mRxOnWhenIdle; in RecordNeighborEvent()
204 entry->mFullThreadDevice = aInfo.mInfo.mChild.mFullThreadDevice; in RecordNeighborEvent()
205 entry->mFullNetworkData = aInfo.mInfo.mChild.mFullNetworkData; in RecordNeighborEvent()
224 if (aInfo.mInfo.mChild.mIsStateRestoring) in RecordNeighborEvent()
/openthread-latest/include/openthread/
Dthread_ftd.h812 otChildInfo mChild; ///< The child neighbor info. member
/openthread-latest/src/core/thread/
Dneighbor_table.cpp284 … static_cast<Child::Info &>(info.mInfo.mChild).SetFrom(static_cast<const Child &>(aNeighbor)); in Signal()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp142 VerifyOrExit(!aEntry.mInfo.mChild.mIsStateRestoring); in HandleNeighborTableChanged()
164 SuccessOrExit(error = EncodeChildInfo(aEntry.mInfo.mChild)); in HandleNeighborTableChanged()