Lines Matching refs:kLegacyUnicastResponse
702 case TxMessage::kLegacyUnicastResponse: in ShouldAppendTo()
779 case TxMessage::kLegacyUnicastResponse: in UpdateStateAfterAnswer()
870 case TxMessage::kLegacyUnicastResponse: in MarkAsAppended()
1384 bool isLegacyUnicast = (aTxMessage.GetType() == TxMessage::kLegacyUnicastResponse); in AppendKeyRecordTo()
1419 …ol isLegacyUnicast = (aTxMessage.GetType() == TxMessage::kLegacyUnicastResponse); in AppendNsecRecordTo()
1747 bool isLegacyUnicast = (aTxMessage.GetType() == TxMessage::kLegacyUnicastResponse); in AppendAddressRecordsTo()
2546 bool isLegacyUnicast = (aTxMessage.GetType() == TxMessage::kLegacyUnicastResponse); in AppendSrvRecordTo()
2580 bool isLegacyUnicast = (aTxMessage.GetType() == TxMessage::kLegacyUnicastResponse); in AppendTxtRecordTo()
2611 bool isLegacyUnicast = (aTxMessage.GetType() == TxMessage::kLegacyUnicastResponse); in AppendPtrRecordTo()
2956 if (aResponse.GetType() == TxMessage::kLegacyUnicastResponse) in AppendPtrRecordTo()
3030 case kLegacyUnicastResponse: in Init()
3059 case kLegacyUnicastResponse: in SelectMessageFor()
3352 case kLegacyUnicastResponse: in Send()
3422 case kLegacyUnicastResponse: in Reinit()
4015 …TxMessage::Type responseType = mIsLegacyUnicast ? TxMessage::kLegacyUnicastResponse : TxMessage::k… in SendUnicastResponse()