Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DuDNS.c1853 if (SameDomainLabel(p, (mDNSu8 *)"\x4" "_tcp")) protocol = NATOp_MapTCP; in StartRecordNatMap()
1854 else if (SameDomainLabel(p, (mDNSu8 *)"\x4" "_udp")) protocol = NATOp_MapUDP; in StartRecordNatMap()
4137 …if (SameDomainLabel(mDNS_WABLabels[i], label)) {debugf("WABquestion: WAB question %##s, label1 mat… in WABQuestion()
4148 …if (!SameDomainLabel(label, sd)){ debugf("WABquestion: Not a WAB question %##s, label2 mismatch", … in WABQuestion()
4153 …if (!SameDomainLabel(label, prot)){ debugf("WABquestion: Not a WAB question %##s, label3 mismatch"… in WABQuestion()
4889 if (SameDomainLabel(d->c, (const mDNSu8 *)"\x4""arpa")) in uDNS_GetNextSearchDomain()
4896 if (ignoreDotLocal && SameDomainLabel(d->c, (const mDNSu8 *)"\x5""local")) in uDNS_GetNextSearchDomain()
DDNSCommon.c333 mDNSexport mDNSBool SameDomainLabel(const mDNSu8 *a, const mDNSu8 *b) in SameDomainLabel() function
363 if (!SameDomainLabel(a, b)) return(mDNSfalse); in SameDomainName()
DmDNSEmbeddedAPI.h2301 extern mDNSBool SameDomainLabel(const mDNSu8 *a, const mDNSu8 *b);
DmDNS.c1655 SameDomainLabel(rr->resrec.rdata->u.name.c, m->DeviceInfo.resrec.name->c)) in AddAdditionalsToResponseList()
2165 …if (ResourceRecordIsValidAnswer(&m->DeviceInfo) && SameDomainLabel(rr->resrec.rdata->u.name.c, m->… in SendResponses()
4596 …!SameDomainLabel(question->qname.c, (const mDNSu8 *)"\x0c_autotunnel6")&& question->QuestionCallba… in ActivateUnicastQuery()
9321 if (SameDomainLabel(m->hostlabel.c, oldlabel.c)) in mDNS_HostNameCallback()
10451 SameDomainLabel(ThirdLabel(r2->resrec.name)->c, tp)) in mDNSCoreReceiveRawTransportPacket()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c2494 …#define VALID_MSAD_SRV_TRANSPORT(T) (SameDomainLabel((T)->c, (const mDNSu8 *)"\x4_tcp") || SameDom… in SendAdditionalQuery()
2529 if (!q->ForceMCast && SameDomainLabel(LastLabel(&q->qname), (const mDNSu8 *)&localdomain)) in SendAdditionalQuery()