Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 25 of 32) sorted by relevance

12

/openthread-latest/src/core/thread/
Dmle_tlvs.cpp54 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
Dlink_metrics_tlvs.hpp102 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
Dnetwork_data_types.cpp51 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
Dthread_tlvs.hpp204 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
Dmle_tlvs.hpp392 …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
Dnetwork_diagnostic_tlvs.hpp336 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
Dnetwork_data_tlvs.hpp615 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/
Dmeshcop_tlvs.cpp61 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
Dmeshcop_tlvs.hpp339 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
Dtimestamp.cpp64 bool Timestamp::IsValid(void) const in IsValid() function in ot::MeshCoP::Timestamp
Dmeshcop.hpp78 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
Dtcat_agent.cpp46 bool TcatAgent::VendorInfo::IsValid(void) const in IsValid() function in ot::MeshCoP::TcatAgent::VendorInfo
/openthread-latest/src/core/common/
Dpreference.cpp52 bool Preference::IsValid(int8_t aPrf) { return (aPrf == kHigh) || (aPrf == kMedium) || (aPrf == kLo… in IsValid() function in ot::Preference
/openthread-latest/src/core/net/
Dip6_headers.cpp58 bool Header::IsValid(void) const in IsValid() function in ot::Ip6::Header
Dnd6.hpp140 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
Dnd6.cpp101 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
Ddhcp6_server.hpp100 bool IsValid(void) const { return mAloc.mValid; } in IsValid() function in ot::Dhcp6::Server::PrefixAgent
Ddns_types.cpp1183 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
Ddns_dso.hpp858 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
Dip6_address.hpp171 bool IsValid(void) const { return (mLength <= kMaxLength); } in IsValid() function in ot::Ip6::Prefix
Dip4_types.hpp301 bool IsValid(void) const { return IsVersion4(); } in IsValid() function in ot::Ip4::Header
/openthread-latest/src/posix/platform/
Dmulticast_routing.hpp97 bool IsValid() const { return mIif != kMifIndexNone; } in IsValid() function in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
Dconfiguration.cpp273 bool Configuration::IsValid(void) const in IsValid() function in ot::Posix::Configuration
/openthread-latest/src/lib/spinel/
Dspi_frame.hpp160 …bool IsValid(void) const { return ((mBuffer[kIndexFlagByte] & kFlagPatternMask) == kFlagPattern); } in IsValid() function in ot::Spinel::SpiFrame
/openthread-latest/src/core/utils/
Dflash.hpp163 … bool IsValid(void) const { return ((mFlags & (kFlagAddComplete | kFlagDelete)) == kFlagDelete); } in IsValid() function in ot::Flash::RecordHeader

12