Home
last modified time | relevance | path

Searched refs:mFullNetworkData (Results 1 – 9 of 9) sorted by relevance

/openthread-2.7.6/src/core/utils/
Dhistory_tracker.cpp212 entry->mFullNetworkData = aInfo.mInfo.mChild.mFullNetworkData; in RecordNeighborEvent()
223 entry->mFullNetworkData = aInfo.mInfo.mRouter.mFullNetworkData; in RecordNeighborEvent()
/openthread-2.7.6/include/openthread/
Dhistory_tracker.h157 bool mFullNetworkData : 1; ///< Full Network Data. member
Dthread_ftd.h74 bool mFullNetworkData : 1; ///< Full Network Data member
Dthread.h104 bool mFullNetworkData : 1; ///< Full Network Data member
/openthread-2.7.6/src/core/thread/
Dtopology.cpp82 mFullNetworkData = aNeighbor.IsFullNetworkData(); in SetFrom()
236 mFullNetworkData = aChild.IsFullNetworkData(); in SetFrom()
/openthread-2.7.6/src/cli/
Dcli_history.cpp134 mode.mNetworkData = info->mFullNetworkData; in ProcessNeighbor()
Dcli.cpp961 OutputFormat("|%1d", childInfo.mFullNetworkData); in ProcessChild()
2850 OutputFormat("|%1d", neighborInfo.mFullNetworkData); in ProcessNeighbor()
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp70 …agsToFlagByte(aChildInfo.mRxOnWhenIdle, aChildInfo.mFullThreadDevice, aChildInfo.mFullNetworkData); in EncodeChildInfo()
Dncp_base_mtd.cpp193 aNeighborInfo.mFullNetworkData); in EncodeNeighborInfo()