/openthread-2.7.6/src/core/meshcop/ |
D | meshcop_tlvs.cpp | 43 bool Tlv::IsValid(const Tlv &aTlv) in IsValid() function in ot::MeshCoP::Tlv 137 bool NetworkNameTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::NetworkNameTlv 148 bool SecurityPolicyTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::SecurityPolicyTlv 171 bool ChannelTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::ChannelTlv 216 bool ChannelMaskBaseTlv::IsValid(void) const in IsValid() function in ot::MeshCoP::ChannelMaskBaseTlv
|
D | meshcop_tlvs.hpp | 420 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::PanIdTlv 467 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::ExtendedPanIdTlv 561 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::PskcTlv 608 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::NetworkKeyTlv 655 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::NetworkKeySequenceTlv 702 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::MeshLocalPrefixTlv 760 bool IsValid(void) const { return GetLength() > 0; } in IsValid() function in ot::MeshCoP::SteeringDataTlv 816 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::BorderAgentLocatorTlv 919 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::CommissionerSessionIdTlv 1026 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::MeshCoP::ActiveTimestampTlv [all …]
|
D | meshcop.hpp | 80 bool IsValid(void) const { return IsPskdValid(m8); } in IsValid() function in ot::MeshCoP::JoinerPskd 193 bool IsValid(void) const { return (0 < mLength) && (mLength <= kMaxLength); } in IsValid() function in ot::MeshCoP::JoinerDiscerner
|
D | dataset.cpp | 165 bool Dataset::IsValid(void) const in IsValid() function in ot::MeshCoP::Dataset
|
/openthread-2.7.6/src/core/net/ |
D | ip6_headers.cpp | 54 bool Header::IsValid(void) const in IsValid() function in ot::Ip6::Header
|
D | dns_types.cpp | 1015 bool AaaaRecord::IsValid(void) const in IsValid() function in ot::Dns::AaaaRecord 1020 bool KeyRecord::IsValid(void) const in IsValid() function in ot::Dns::KeyRecord 1032 bool Ecdsa256KeyRecord::IsValid(void) const in IsValid() function in ot::Dns::Ecdsa256KeyRecord 1039 bool SigRecord::IsValid(void) const in IsValid() function in ot::Dns::SigRecord 1044 bool LeaseOption::IsValid(void) const in IsValid() function in ot::Dns::LeaseOption
|
D | dhcp6_server.hpp | 111 bool IsValid(void) const { return mAloc.mValid; } in IsValid() function in ot::Dhcp6::Server::PrefixAgent
|
D | ip6_address.hpp | 160 bool IsValid(void) const { return (mLength <= kMaxLength); } in IsValid() function in ot::Ip6::Prefix
|
D | dnssd_server.hpp | 280 bool IsValid(void) const { return mResponseMessage != nullptr; } in IsValid() function in ot::Dns::ServiceDiscovery::Server::QueryTransaction
|
D | srp_server.cpp | 139 bool Server::LeaseConfig::IsValid(void) const in IsValid() function in ot::Srp::Server::LeaseConfig
|
/openthread-2.7.6/src/core/thread/ |
D | network_data_types.cpp | 52 bool OnMeshPrefixConfig::IsValid(Instance &aInstance) const in IsValid() function in ot::NetworkData::OnMeshPrefixConfig 160 bool ExternalRouteConfig::IsValid(Instance &aInstance) const in IsValid() function in ot::NetworkData::ExternalRouteConfig
|
D | thread_tlvs.hpp | 227 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(ThreadTlv); } in IsValid() function in ot::ThreadRouterMaskTlv 290 bool IsValid(void) const { return true; } in IsValid() function in ot::ThreadNetworkDataTlv 329 bool IsValid(void) const in IsValid() function in ot::Ip6AddressesTlv
|
D | mle_tlvs.hpp | 262 …bool IsValid(void) const { return GetLength() >= sizeof(mRouterIdSequence) + sizeof(mRouterIdMask)… in IsValid() function in ot::Mle::RouteTlv 435 …bool IsValid(void) const { return GetLength() >= sizeof(mRouterIdSequence) + sizeof(mRouterIdMask)… in IsValid() function in ot::Mle::RouteTlv 656 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::LeaderDataTlv 752 bool IsValid(void) const in IsValid() function in ot::Mle::ConnectivityTlv 1082 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::ChannelTlv 1153 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::TimeParameterTlv 1222 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::ActiveTimestampTlv 1253 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::PendingTimestampTlv 1282 bool IsValid(void) const { return GetLength() == sizeof(*this) - sizeof(Tlv); } in IsValid() function in ot::Mle::CslChannelTlv
|
D | network_diagnostic_tlvs.hpp | 182 bool IsValid(void) const in IsValid() function in ot::NetworkDiagnostic::ConnectivityTlv 403 …bool IsValid(void) const { return GetLength() >= sizeof(mRouterIdSequence) + sizeof(mRouterIdMask)… in IsValid() function in ot::NetworkDiagnostic::RouteTlv 568 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(NetworkDiagnosticTlv); } in IsValid() function in ot::NetworkDiagnostic::LeaderDataTlv 683 bool IsValid(void) const { return GetLength() < sizeof(*this) - sizeof(NetworkDiagnosticTlv); } in IsValid() function in ot::NetworkDiagnostic::NetworkDataTlv 730 bool IsValid(void) const { return !IsExtended() && (GetLength() % sizeof(Ip6::Address) == 0); } in IsValid() function in ot::NetworkDiagnostic::Ip6AddressListTlv 772 bool IsValid(void) const { return GetLength() >= sizeof(*this) - sizeof(NetworkDiagnosticTlv); } in IsValid() function in ot::NetworkDiagnostic::MacCountersTlv 1067 bool IsValid(void) const { return (GetLength() % sizeof(ChildTableEntry)) == 0; } in IsValid() function in ot::NetworkDiagnostic::ChildTableTlv 1138 bool IsValid(void) const in IsValid() function in ot::NetworkDiagnostic::ChannelPagesTlv
|
D | link_metrics_tlvs.hpp | 319 bool IsValid(void) const { return GetLength() >= sizeof(TypeIdFlags) + sizeof(uint8_t); } in IsValid() function in ot::LinkMetrics::ReportSubTlv 411 bool IsValid(void) const { return GetLength() >= sizeof(TypeIdFlags); } in IsValid() function in ot::LinkMetrics::QueryOptionsSubTlv
|
D | network_data_tlvs.hpp | 613 bool IsValid(void) const in IsValid() function in ot::NetworkData::PrefixTlv 1291 bool IsValid(void) const in IsValid() function in ot::NetworkData::ServiceTlv 1474 bool IsValid(void) const { return GetLength() >= (sizeof(*this) - sizeof(NetworkDataTlv)); } in IsValid() function in ot::NetworkData::ServerTlv
|
D | mle_types.hpp | 412 bool IsValid(void) const { return !IsFullThreadDevice() || IsRxOnWhenIdle(); } in IsValid() function in ot::Mle::DeviceMode
|
D | mle.hpp | 1678 bool IsValid(void) const in IsValid() function in ot::Mle::Mle::Header
|
/openthread-2.7.6/src/posix/platform/ |
D | multicast_routing.hpp | 93 bool IsValid() const { return mIif != kMifIndexNone; } in IsValid() function in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
|
/openthread-2.7.6/src/core/border_router/ |
D | router_advertisement.hpp | 158 bool IsValid(void) const { return mLength > 0; } in IsValid() function in ot::BorderRouter::RouterAdv::Option 271 bool IsValid(void) const in IsValid() function in ot::BorderRouter::RouterAdv::PrefixInfoOption
|
D | router_advertisement.cpp | 163 bool RouteInfoOption::IsValid(void) const in IsValid() function in ot::BorderRouter::RouterAdv::RouteInfoOption
|
/openthread-2.7.6/src/ncp/ |
D | ncp_spi.hpp | 164 …bool IsValid(void) const { return ((mBuffer[kIndexFlagByte] & kFlagPatternMask) == kFlagPattern); } in IsValid() function in ot::Ncp::SpiFrame
|
/openthread-2.7.6/src/core/utils/ |
D | flash.hpp | 171 … bool IsValid(void) const { return ((mFlags & (kFlagAddComplete | kFlagDelete)) == kFlagDelete); } in IsValid() function in ot::Flash::RecordHeader
|
/openthread-2.7.6/src/core/mac/ |
D | mac_frame.hpp | 1459 bool IsValid(void) const in IsValid() function in ot::Mac::Beacon 1526 bool IsValid(void) const { return (mProtocolId == kProtocolId); } in IsValid() function in ot::Mac::BeaconPayload
|
/openthread-2.7.6/src/core/coap/ |
D | coap.cpp | 1598 bool TxParameters::IsValid(void) const in IsValid() function in ot::Coap::TxParameters
|