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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c1853 if (SameDomainLabel(p, (mDNSu8 *)"\x4" "_tcp")) protocol = NATOp_MapTCP;
1854 else if (SameDomainLabel(p, (mDNSu8 *)"\x4" "_udp")) protocol = NATOp_MapUDP;
4137 if (SameDomainLabel(mDNS_WABLabels[i], label)) {debugf("WABquestion: WAB question %##s, label1 match", qname->c); break;}
4148 if (!SameDomainLabel(label, sd)){ debugf("WABquestion: Not a WAB question %##s, label2 mismatch", qname->c);return(mDNSfalse); }
4153 if (!SameDomainLabel(label, prot)){ debugf("WABquestion: Not a WAB question %##s, label3 mismatch", qname->c);return(mDNSfalse); }
4889 if (SameDomainLabel(d->c, (const mDNSu8 *)"\x4""arpa"))
4896 if (ignoreDotLocal && SameDomainLabel(d->c, (const mDNSu8 *)"\x5""local"))
H A DDNSCommon.c333 mDNSexport mDNSBool SameDomainLabel(const mDNSu8 *a, const mDNSu8 *b) function
363 if (!SameDomainLabel(a, b)) return(mDNSfalse);
H A DmDNSEmbeddedAPI.h2290 extern mDNSBool SameDomainLabel(const mDNSu8 *a, const mDNSu8 *b);
H A DmDNS.c1655 SameDomainLabel(rr->resrec.rdata->u.name.c, m->DeviceInfo.resrec.name->c))
2165 if (ResourceRecordIsValidAnswer(&m->DeviceInfo) && SameDomainLabel(rr->resrec.rdata->u.name.c, m->DeviceInfo.resrec.name->c))
4596 !SameDomainLabel(question->qname.c, (const mDNSu8 *)"\x0c_autotunnel6")&& question->QuestionCallback != AutoTunnelCallback)
9321 if (SameDomainLabel(m->hostlabel.c, oldlabel.c))
10451 SameDomainLabel(ThirdLabel(r2->resrec.name)->c, tp))
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2492 #define VALID_MSAD_SRV_TRANSPORT(T) (SameDomainLabel((T)->c, (const mDNSu8 *)"\x4_tcp") || SameDomainLabel((T)->c, (const mDNSu8 *)"\x4_udp"))
2527 if (!q->ForceMCast && SameDomainLabel(LastLabel(&q->qname), (const mDNSu8 *)&localdomain))

Completed in 80 milliseconds