Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dhistory_tracker.cpp197 entry->mFullNetworkData = aInfo.mInfo.mChild.mFullNetworkData; in RecordNeighborEvent()
208 entry->mFullNetworkData = aInfo.mInfo.mRouter.mFullNetworkData; in RecordNeighborEvent()
/openthread-latest/include/openthread/
Dhistory_tracker.h180 bool mFullNetworkData : 1; ///< Full Network Data. member
Dthread_ftd.h74 bool mFullNetworkData : 1; ///< Full Network Data member
Dthread.h111 bool mFullNetworkData : 1; ///< Full Network Data member
/openthread-latest/src/core/thread/
Dneighbor.cpp102 mFullNetworkData = (aNeighbor.GetNetworkDataType() == NetworkData::kFullSet); in SetFrom()
Dchild.cpp63 mFullNetworkData = (aChild.GetNetworkDataType() == NetworkData::kFullSet); in SetFrom()
/openthread-latest/src/cli/
Dcli_history.cpp405 mode.mNetworkData = info->mFullNetworkData; in Process()
Dcli.cpp1784 OutputFormat("|%1d", childInfo.mFullNetworkData); in Process()
4463 OutputFormat("|%1d", neighborInfo.mFullNetworkData); in Process()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp68 …agsToFlagByte(aChildInfo.mRxOnWhenIdle, aChildInfo.mFullThreadDevice, aChildInfo.mFullNetworkData); in EncodeChildInfo()
Dncp_base_mtd.cpp194 aNeighborInfo.mFullNetworkData); in EncodeNeighborInfo()