Searched refs:kDNSType_AAAA (Results 1 - 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DIdentify.c135 else if (answer->rrtype == kDNSType_AAAA)
H A DNetMonitor.c268 if (pktrr->rrtype == kDNSType_A || pktrr->rrtype == kDNSType_AAAA)
547 case kDNSType_AAAA: n += mprintf("%.16a", &rd->ipv6); break;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c157 case kDNSType_AAAA: return("AAAA");
206 case kDNSType_AAAA: mDNS_snprintf(buffer+length, RemSpc, "%.16a", &rd->ipv6); break;
1433 case kDNSType_AAAA: return(sizeof(rd->ipv6));
1489 case kDNSType_AAAA: return(rdlength == sizeof(mDNSv6Addr));
1707 case kDNSType_AAAA: if (rr->rdlength != sizeof(rdb->ipv6))
1708 { debugf("putRData: Illegal length %d for kDNSType_AAAA", rr->rdlength); return(mDNSNULL); }
2274 case kDNSType_AAAA: if (pktrdlength != sizeof(mDNSv6Addr)) goto fail;
H A DmDNS.c119 ((rr)->resrec.rrtype == kDNSType_A || (rr)->resrec.rrtype == kDNSType_AAAA || \
560 #define RRTypeIsAddressType(T) ((T) == kDNSType_A || (T) == kDNSType_AAAA)
777 if (rr->WakeUp.HMAC.l[0] && rr->resrec.rrtype == kDNSType_AAAA)
4681 if (q->qtype != kDNSType_A && q->qtype != kDNSType_AAAA && q->qtype != kDNSType_CNAME) continue;
4994 // if (answer->rrtype == kDNSType_AAAA && sps == 0) return; // To test failing to resolve sleep proxy's address
5002 question->qtype = kDNSType_AAAA;
5005 else if (answer->rrtype == kDNSType_AAAA && answer->rdlength == sizeof(mDNSv6Addr) && mDNSv6AddressIsLinkLocal(&answer->rdata->u.ipv6))
5016 else if (answer->rrtype == kDNSType_AAAA && answer->rdlength == 0)
7350 if (ar->resrec.rrtype == kDNSType_AAAA) ar->resrec.rroriginalttl = 0;
8049 else if (qtype == kDNSType_AAAA) iptyp
[all...]
H A DmDNSEmbeddedAPI.h173 kDNSType_AAAA, // 28 IPv6 Address enumerator in enum:__anon26777
429 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) ? kHostNameTTL : kStandardTTL)
H A DuDNS.c2130 mDNS_SetupResourceRecord(&h->arv6, mDNSNULL, mDNSInterface_Any, kDNSType_AAAA, kHostNameTTL, kDNSRecordTypeKnownUnique, AuthRecordAny, HostnameCallback, h);
4932 RRTypeAnswersQuestionType(&cr->resrec, kDNSType_AAAA))
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1005 rr->resrec.rrclass == kDNSClass_IN && (rr->resrec.rrtype == kDNSType_A || rr->resrec.rrtype == kDNSType_AAAA ||
2502 else if (q->qtype == kDNSType_AAAA)
2528 if (q->qtype == kDNSType_A || q->qtype == kDNSType_AAAA || VALID_MSAD_SRV(q))
2860 if (answer->rrtype == kDNSType_A || answer->rrtype == kDNSType_AAAA)
2874 else if (answer->rrtype == kDNSType_AAAA)
3016 if ((rrtype == kDNSType_A || rrtype == kDNSType_AAAA) && name[strlen(name) - 1] != '.' &&

Completed in 1294 milliseconds