Searched defs:GetNetworkName (Results 1 – 4 of 4) sorted by relevance
/openthread-2.7.6/src/core/meshcop/ | ||
D | meshcop_tlvs.cpp | 117 Mac::NameData NetworkNameTlv::GetNetworkName(void) const in GetNetworkName() function in ot::MeshCoP::NetworkNameTlv |
D | dataset.hpp | 309 const Mac::NetworkName &GetNetworkName(void) const in GetNetworkName() function in ot::MeshCoP::Dataset::Info |
/openthread-2.7.6/src/core/mac/ | ||
D | mac.hpp | 331 const NetworkName &GetNetworkName(void) const { return mNetworkName; } in GetNetworkName() function in ot::Mac::Mac |
D | mac_frame.hpp | 1600 NameData GetNetworkName(void) const { return NameData(mNetworkName, sizeof(mNetworkName)); } in GetNetworkName() function in ot::Mac::BeaconPayload |