Home
last modified time | relevance | path

Searched refs:kDNSType_AAAA (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1236 …rclass == kDNSClass_IN && (rr->resrec.rrtype == kDNSType_A || rr->resrec.rrtype == kDNSType_AAAA || in handle_regrecord_request()
3057 if (question->qtype != kDNSType_A && question->qtype != kDNSType_AAAA) in ShouldDeliverNegativeResponse()
3063 qtype = (question->qtype == kDNSType_A ? kDNSType_AAAA : kDNSType_A); in ShouldDeliverNegativeResponse()
3092 else if (q->qtype == kDNSType_AAAA) in SendAdditionalQuery()
3118 if (q->qtype == kDNSType_A || q->qtype == kDNSType_AAAA || VALID_MSAD_SRV(q)) in SendAdditionalQuery()
3327 if (question->qtype == kDNSType_AAAA) in queryrecord_result_reply()
3332 if (question->qtype == kDNSType_A || question->qtype == kDNSType_AAAA) in queryrecord_result_reply()
3351 if (answer->rrtype == kDNSType_A || answer->rrtype == kDNSType_AAAA) in queryrecord_result_reply()
3365 else if (answer->rrtype == kDNSType_AAAA) in queryrecord_result_reply()
3654 else if (request->u.queryrecord.q.qtype == kDNSType_AAAA) in queryrecord_termination_callback()
[all …]
H A DDNSCommon.c185 case kDNSType_AAAA: return("AAAA"); in DNSTypeName()
398 case kDNSType_AAAA: mDNS_snprintf(buffer+length, RemSpc, "%.16a", &rd->ipv6); break; in GetRRDisplayString_rdb()
2014 case kDNSType_AAAA: return(sizeof(rd->ipv6)); in GetRDLength()
2068 case kDNSType_AAAA: return(rdlength == sizeof(mDNSv6Addr)); in ValidateRData()
2288 case kDNSType_AAAA: if (rr->rdlength != sizeof(rdb->ipv6)) in putRData()
3040 case kDNSType_AAAA: in SetRData()
H A DmDNS.c141 … ((rr)->resrec.rrtype == kDNSType_A || (rr)->resrec.rrtype == kDNSType_AAAA || \
660 #define RRTypeIsAddressType(T) ((T) == kDNSType_A || (T) == kDNSType_AAAA)
5415 … if (q->qtype != kDNSType_A && q->qtype != kDNSType_AAAA && q->qtype != kDNSType_CNAME) continue; in mDNSCoreRestartAddressQueries()
5895 intf->NetWakeResolve[sps].qtype = kDNSType_AAAA; in SendSPSRegistrationForOwner()
5941 else if (rr->resrec.rrtype == kDNSType_AAAA) in mDNSCoreStoreProxyRR()
6011 if (ar->resrec.rrtype == kDNSType_A || ar->resrec.rrtype == kDNSType_AAAA) in SPSInitRecordsBeforeUpdate()
6106 question->qtype = kDNSType_AAAA; in NetWakeResolve()
6109 …else if (answer->rrtype == kDNSType_AAAA && answer->rdlength == sizeof(mDNSv6Addr) && mDNSv6Addres… in NetWakeResolve()
7835 if (recordAccepted && (rr->resrec.rrtype == kDNSType_A || rr->resrec.rrtype == kDNSType_AAAA)) in ExpectingMulticastResponseForRecord()
10945 if (q->qtype != kDNSType_A && q->qtype != kDNSType_AAAA) in ShouldSuppressUnicastQuery()
[all …]
H A DmDNSEmbeddedAPI.h203 kDNSType_AAAA, // 28 IPv6 Address enumerator
457 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) …
H A DuDNS.c2434 …mDNS_SetupResourceRecord(&h->arv6, mDNSNULL, mDNSInterface_Any, kDNSType_AAAA, kHostNameTTL, kDNSR… in AdvertiseHostname()
5739 RRTypeAnswersQuestionType(&cr->resrec, kDNSType_AAAA)) in FlushAddressCacheRecords()