Searched refs:IsExtended (Results 1 – 17 of 17) sorted by relevance
83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument98 if (IsExtended) in getCompoundCandidateGroup()111 if (IsExtended) in getCompoundCandidateGroup()123 if (IsExtended) in getCompoundCandidateGroup()133 if (IsExtended) in getCompoundCandidateGroup()143 if (IsExtended) in getCompoundCandidateGroup()
79 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument94 if (IsExtended) in getCompoundCandidateGroup()107 if (IsExtended) in getCompoundCandidateGroup()119 if (IsExtended) in getCompoundCandidateGroup()129 if (IsExtended) in getCompoundCandidateGroup()139 if (IsExtended) in getCompoundCandidateGroup()
44 …return IsExtended() ? sizeof(ExtendedTlv) + As<ExtendedTlv>(this)->GetLength() : sizeof(Tlv) + Get… in GetSize()49 return reinterpret_cast<uint8_t *>(this) + (IsExtended() ? sizeof(ExtendedTlv) : sizeof(Tlv)); in GetValue()54 …return reinterpret_cast<const uint8_t *>(this) + (IsExtended() ? sizeof(ExtendedTlv) : sizeof(Tlv)… in GetValue()201 VerifyOrExit(!tlv.IsExtended() && (tlv.GetLength() >= aMinLength), error = kErrorParse); in ReadTlv()
89 bool IsExtended(void) const { return (mLength == kExtendedLength); } in IsExtended() function in ot::Tlv
113 VerifyOrQuit(!addr.IsExtended(), "Address::SetShort() failed"); in TestMacAddress()119 VerifyOrQuit(addr.IsExtended(), "Address::SetExtended() failed"); in TestMacAddress()125 VerifyOrQuit(addr.IsExtended(), "Address::SetExtended() failed"); in TestMacAddress()133 VerifyOrQuit(!addr.IsExtended(), "Address::SetNone() failed"); in TestMacAddress()
147 else if (dst.IsExtended()) in EmitTransmit()
136 if (aMacAddresss.IsExtended()) in RecordMessage()
296 bool IsExtended(void) const { return (mType == kTypeExtended); } in IsExtended() function in ot::Mac::Address
590 if (dst.IsExtended()) in PrepareDataRequest()
229 VerifyOrExit(address.IsExtended(), error = kErrorParse); in ConvertBeaconToActiveScanResult()1684 if (!srcAddr.IsExtended() && neighbor != nullptr) in ProcessEnhAckSecurity()1689 VerifyOrExit(srcAddr.IsExtended() && neighbor != nullptr); in ProcessEnhAckSecurity()
101 VerifyOrExit(!tlv->IsExtended() || in FindTlv()
177 …VerifyOrExit(!cur->IsExtended() && (cur + 1) <= end && cur->GetNext() <= end && Tlv::IsValid(*cur), in IsValid()
730 bool IsValid(void) const { return !IsExtended() && (GetLength() % sizeof(Ip6::Address) == 0); } in IsValid()
157 aMacAddress.IsExtended() ? &aMacAddress.GetExtended() : nullptr) in AddressMatcher()
173 if (macSource.IsShortAddrInvalid() || aMacDest.IsExtended()) in PrepareEmptyFrame()882 if (aMacDest.IsExtended() || !aMacDest.IsBroadcast()) in PrepareDataFrame()
224 VerifyOrExit(((cur + 1) <= end) && !cur->IsExtended() && (cur->GetNext() <= end)); in HandleCommissioningSet()
220 OT_ASSERT(destAddr.IsExtended()); in BeginTransmit()