/openthread-latest/src/core/thread/ |
D | mle_tlvs.cpp | 54 bool RouteTlv::IsValid(void) const in IsValid() function in ot::Mle::RouteTlv 124 bool ChannelTlvValue::IsValid(void) const in IsValid() function in ot::Mle::ChannelTlvValue
|
D | link_metrics_tlvs.hpp | 102 bool IsValid(void) const { return GetLength() >= kMinLength; } in IsValid() function in ot::LinkMetrics::ReportSubTlv 185 bool IsValid(void) const { return GetLength() >= sizeof(uint8_t); } in IsValid() function in ot::LinkMetrics::QueryOptionsSubTlv 213 bool IsValid(void) const { return GetLength() >= kMinLength; } in IsValid() function in ot::LinkMetrics::FwdProbingRegSubTlv 277 bool IsValid(void) const { return GetLength() >= kMinLength; } in IsValid() function in ot::LinkMetrics::EnhAckConfigSubTlv
|
D | network_data_types.cpp | 51 bool OnMeshPrefixConfig::IsValid(Instance &aInstance) const in IsValid() function in ot::NetworkData::OnMeshPrefixConfig 159 bool ExternalRouteConfig::IsValid(Instance &aInstance) const in IsValid() function in ot::NetworkData::ExternalRouteConfig
|
D | thread_tlvs.hpp | 204 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(ThreadTlv); } in IsValid() function in ot::ThreadRouterMaskTlv 267 bool IsValid(void) const { return true; } in IsValid() function in ot::ThreadNetworkDataTlv 306 bool IsValid(void) const in IsValid() function in ot::Ip6AddressesTlv
|
D | mle_tlvs.hpp | 392 …bool IsValid(void) const { return GetLength() >= sizeof(mRouterIdSequence) + sizeof(mRouterIdMask)… in IsValid() function in ot::Mle::RouteTlv 603 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::LeaderDataTlv 693 bool IsValid(void) const in IsValid() function in ot::Mle::ConnectivityTlv 1068 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::TimeParameterTlv 1128 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::CslClockAccuracyTlv
|
D | network_diagnostic_tlvs.hpp | 336 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::NetworkDiagnostic::MacCountersTlv 602 bool IsValid(void) const in IsValid() function in ot::NetworkDiagnostic::ChannelPagesTlv 1022 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::NetworkDiagnostic::MleCountersTlv
|
D | network_data_tlvs.hpp | 615 bool IsValid(void) const in IsValid() function in ot::NetworkData::PrefixTlv 1209 bool IsValid(void) const in IsValid() function in ot::NetworkData::ServiceTlv 1377 bool IsValid(void) const { return GetLength() >= (sizeof(*this) - sizeof(NetworkDataTlv)); } in IsValid() function in ot::NetworkData::ServerTlv
|
/openthread-latest/src/core/meshcop/ |
D | meshcop_tlvs.cpp | 61 bool NetworkNameTlv::IsValid(void) const { return IsValidUtf8String(mNetworkName, GetLength()); } in IsValid() function in ot::MeshCoP::NetworkNameTlv 69 bool SecurityPolicyTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::SecurityPolicyTlv 122 bool ChannelMaskTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::ChannelMaskTlv
|
D | meshcop_tlvs.hpp | 339 bool IsValid(void) const { return GetLength() > 0; } in IsValid() function in ot::MeshCoP::SteeringDataTlv 389 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::BorderAgentLocatorTlv 431 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::CommissionerSessionIdTlv 720 bool IsValid(void) const { return true; } in IsValid() function in ot::MeshCoP::EnergyListTlv 798 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::VendorStackVersionTlv 977 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::DiscoveryRequestTlv 1055 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::DiscoveryResponseTlv 1160 …bool IsValid(void) const { return GetLength() >= sizeof(mOui) && GetLength() <= sizeof(mOui) + siz… in IsValid() function in ot::MeshCoP::JoinerAdvertisementTlv
|
D | timestamp.cpp | 64 bool Timestamp::IsValid(void) const in IsValid() function in ot::MeshCoP::Timestamp
|
D | meshcop.hpp | 78 bool IsValid(void) const { return IsPskdValid(m8); } in IsValid() function in ot::MeshCoP::JoinerPskd 186 bool IsValid(void) const { return (0 < mLength) && (mLength <= kMaxLength); } in IsValid() function in ot::MeshCoP::JoinerDiscerner
|
D | tcat_agent.cpp | 46 bool TcatAgent::VendorInfo::IsValid(void) const in IsValid() function in ot::MeshCoP::TcatAgent::VendorInfo
|
/openthread-latest/src/core/common/ |
D | preference.cpp | 52 bool Preference::IsValid(int8_t aPrf) { return (aPrf == kHigh) || (aPrf == kMedium) || (aPrf == kLo… in IsValid() function in ot::Preference
|
/openthread-latest/src/core/net/ |
D | ip6_headers.cpp | 58 bool Header::IsValid(void) const in IsValid() function in ot::Ip6::Header
|
D | nd6.hpp | 140 bool IsValid(void) const { return mLength > 0; } in IsValid() function in ot::Ip6::Nd::Option 471 bool IsValid(void) const { return GetSize() >= sizeof(*this); } in IsValid() function in ot::Ip6::Nd::RaFlagsExtOption 580 bool IsValid(void) const { return GetType() == Icmp::Header::kTypeRouterAdvert; } in IsValid() function in ot::Ip6::Nd::RouterAdvert::Header 734 bool IsValid(void) const in IsValid() function in ot::Ip6::Nd::RouterAdvert::RxMessage 864 … bool IsValid(void) const { return (mType == Icmp::Header::kTypeNeighborSolicit) && (mCode == 0); } in IsValid() function in ot::Ip6::Nd::NeighborSolicitHeader 925 … bool IsValid(void) const { return (mType == Icmp::Header::kTypeNeighborAdvert) && (mCode == 0); } in IsValid() function in ot::Ip6::Nd::NeighborAdvertMessage
|
D | nd6.cpp | 101 bool PrefixInfoOption::IsValid(void) const in IsValid() function in ot::Ip6::Nd::PrefixInfoOption 136 bool RouteInfoOption::IsValid(void) const in IsValid() function in ot::Ip6::Nd::RouteInfoOption
|
D | dhcp6_server.hpp | 100 bool IsValid(void) const { return mAloc.mValid; } in IsValid() function in ot::Dhcp6::Server::PrefixAgent
|
D | dns_types.cpp | 1183 bool AaaaRecord::IsValid(void) const in IsValid() function in ot::Dns::AaaaRecord 1188 bool KeyRecord::IsValid(void) const { return GetType() == Dns::ResourceRecord::kTypeKey; } in IsValid() function in ot::Dns::KeyRecord 1197 bool Ecdsa256KeyRecord::IsValid(void) const in IsValid() function in ot::Dns::Ecdsa256KeyRecord 1204 bool SigRecord::IsValid(void) const in IsValid() function in ot::Dns::SigRecord 1224 bool LeaseOption::IsValid(void) const in IsValid() function in ot::Dns::LeaseOption
|
D | dns_dso.hpp | 858 bool IsValid(void) const { return GetSize() >= sizeof(*this); } in IsValid() function in ot::Dns::Dso::KeepAliveTlv 879 bool IsValid(void) const { return GetSize() >= sizeof(*this); } in IsValid() function in ot::Dns::Dso::RetryDelayTlv
|
D | ip6_address.hpp | 171 bool IsValid(void) const { return (mLength <= kMaxLength); } in IsValid() function in ot::Ip6::Prefix
|
D | ip4_types.hpp | 301 bool IsValid(void) const { return IsVersion4(); } in IsValid() function in ot::Ip4::Header
|
/openthread-latest/src/posix/platform/ |
D | multicast_routing.hpp | 97 bool IsValid() const { return mIif != kMifIndexNone; } in IsValid() function in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
|
D | configuration.cpp | 273 bool Configuration::IsValid(void) const in IsValid() function in ot::Posix::Configuration
|
/openthread-latest/src/lib/spinel/ |
D | spi_frame.hpp | 160 …bool IsValid(void) const { return ((mBuffer[kIndexFlagByte] & kFlagPatternMask) == kFlagPattern); } in IsValid() function in ot::Spinel::SpiFrame
|
/openthread-latest/src/core/utils/ |
D | flash.hpp | 163 … bool IsValid(void) const { return ((mFlags & (kFlagAddComplete | kFlagDelete)) == kFlagDelete); } in IsValid() function in ot::Flash::RecordHeader
|