Searched refs:kDNSType_SOA (Results 1 - 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c152 case kDNSType_SOA: return("SOA");
191 case kDNSType_SOA: mDNS_snprintf(buffer+length, RemSpc, "%##s %##s %d %d %d %d %d",
1122 case kDNSType_SOA: return rdb->soa.serial +
1176 case kDNSType_SOA: return(mDNSBool)( b1->soa.serial == b2->soa.serial &&
1408 case kDNSType_SOA: return(mDNSu16)(CompressedDomainNameLength(&rd->soa.mname, name) +
1470 //case kDNSType_SOA not checked
1666 case kDNSType_SOA: ptr = putDomainNameAsLabels(msg, ptr, limit, &rdb->soa.mname);
1869 *ptr++ = (mDNSu8)(kDNSType_SOA >> 8);
1870 *ptr++ = (mDNSu8)(kDNSType_SOA & 0xFF);
2221 case kDNSType_SOA
[all...]
H A DuDNS.c1472 if (answer->rrtype == kDNSType_SOA)
1499 GetZoneData_StartQuery(m, zd, kDNSType_SOA);
1649 GetZoneData_StartQuery(m, zd, kDNSType_SOA);
1672 if (q->qtype == kDNSType_SOA ) return(mDNSNULL);
H A DmDNSEmbeddedAPI.h151 kDNSType_SOA, // 6 Start of Authority enumerator in enum:__anon26777
H A DmDNS.c6348 case kDNSType_SOA: return sizeof(rdataSOA);
7077 if (!InterfaceID && q.qtype != kDNSType_SOA && IsLocalDomain(&q.qname))
7107 if (q.qtype == kDNSType_SOA && SameDomainName(&q.qname, &localdomain)) negttl = 60 * 60 * 24;
7113 if (ptr && m->rec.r.resrec.RecordType != kDNSRecordTypePacketNegative && m->rec.r.resrec.rrtype == kDNSType_SOA)
7128 if (q.qtype == kDNSType_SOA)
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
H A Duds_daemon.c2565 q2->qtype = kDNSType_SOA;

Completed in 2111 milliseconds