Searched refs:mDNSfalse (Results 1 - 18 of 18) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DResponder.c141 result = mDNSfalse;
147 result = mDNSfalse;
166 result = mDNSfalse;
174 result = mDNSfalse;
193 result = mDNSfalse;
242 static mDNSBool gDaemon = mDNSfalse;
276 gAvoidPort53 = mDNSfalse;
478 readNextLine = mDNSfalse;
481 return mDNSfalse; // encountered EOF or an error condition
486 return mDNSfalse;
[all...]
H A DClient.c86 result = mDNSfalse;
94 result = mDNSfalse;
199 status = mDNS_StartBrowse(&mDNSStorage, &question, &type, &domain, mDNSInterface_Any, mDNSfalse, BrowseCallback, NULL);
H A DIdentify.c219 q->LongLived = mDNSfalse;
220 q->ExpectUnique = mDNSfalse; // Don't want to stop after the first response packet
223 q->SuppressUnusable = mDNSfalse;
226 q->RetryWithSearchDomains = mDNSfalse;
H A DProxyResponder.c201 mDNS_RegisterNoSuchService(m, rr, &n, &t, &d, proxyhostname, mDNSInterface_Any, NoSuchServiceCallback, mDNSNULL, mDNSfalse);
216 mDNS_RegisterNoSuchService(m, rr, &n, &t, &d, proxyhostname, mDNSInterface_Any, NoSuchServiceCallback, proxyhostname, mDNSfalse);
H A DNetMonitor.c390 if (len == 0 || len >= 0x40) return(mDNSfalse);
394 if (len == 0 || len >= 0x40 || src[1] != '_') return(mDNSfalse);
398 if (len == 0 || len >= 0x40 || src[1] != '_') return(mDNSfalse);
481 const mDNSu32 index = mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNSfalse);
775 return(mDNSfalse);
798 if (!goodinterface) goodinterface = (FilterInterface == (int)mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNSfalse));
H A DPosixDaemon.c141 mDNSBool gotData = mDNSfalse;
H A DmDNSPosix.c288 reject = mDNSfalse;
523 mDNS_AddDNSServer(m, NULL, mDNSInterface_Any, &DNSAddr, UnicastDNSPort, mDNSfalse, 0);
613 mDNS_DeregisterInterface(m, &intf->coreIntf, mDNSfalse);
912 err = mDNS_RegisterInterface(m, &intf->coreIntf, mDNSfalse);
937 mDNSBool foundav4 = mDNSfalse;
1650 *pDataDispatched = mDNSfalse;
/external/mdnsresponder/mDNSShared/
H A DmDNSDebug.c47 mDNSexport int mDNS_DebugMode = mDNSfalse;
H A Ddnssd_clientshim.c160 x->autorename = mDNSfalse;
198 x->autorename = mDNSfalse;
256 x->autorename = mDNSfalse;
508 x->qSRV.LongLived = mDNSfalse;
510 x->qSRV.ForceMCast = mDNSfalse;
511 x->qSRV.ReturnIntermed = mDNSfalse;
512 x->qSRV.SuppressUnusable = mDNSfalse;
515 x->qSRV.RetryWithSearchDomains = mDNSfalse;
528 x->qTXT.LongLived = mDNSfalse;
530 x->qTXT.ForceMCast = mDNSfalse;
[all...]
H A DPlatformCommon.c89 if (len + 1 + MAX_ESCAPED_DOMAIN_NAME > sizeof(buf)-1) { LogMsg("GetConfigOption: option %s too long", option); return mDNSfalse; }
103 return mDNSfalse;
114 if (DomainDiscoveryDisabled) *DomainDiscoveryDisabled = mDNSfalse;
H A Ddnsextd.c524 return mDNSfalse;
554 mDNSBool result = mDNSfalse;
585 return mDNSfalse;
597 mDNSBool ret = mDNSfalse;
633 mDNSBool exception = mDNSfalse;
668 exception = mDNSfalse;
703 *trunc = mDNSfalse;
779 return mDNSfalse;
1161 mDNSBool private = mDNSfalse;
1396 mDNSBool DeleteAllRRSets = mDNSfalse, DeleteOneRRSe
[all...]
H A Duds_daemon.c45 mDNSBool AlwaysAppendSearchDomains = mDNSfalse;
430 (*rep)->rhdr->ifi = dnssd_htonl(mDNSPlatformInterfaceIndexfromInterfaceID(&mDNSStorage, id, mDNSfalse));
473 (*rep)->rhdr->ifi = dnssd_htonl(mDNSPlatformInterfaceIndexfromInterfaceID(&mDNSStorage, id, mDNSfalse));
579 mDNSBool allow = mDNSfalse;
661 instance->external_advertise = mDNSfalse;
751 else { append_reply(instance->request, rep); instance->clientnotified = mDNSfalse; }
759 mDNSBool SuppressError = mDNSfalse;
905 reply->rhdr->ifi = dnssd_htonl(mDNSPlatformInterfaceIndexfromInterfaceID(m, rr->resrec.InterfaceID, mDNSfalse));
966 ptr->external_advertise = mDNSfalse;
1018 re->external_advertise = mDNSfalse;
[all...]
H A Ddnsextd_parser.y476 mDNSBool found = mDNSfalse;
510 mDNSBool found = mDNSfalse;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c279 static mDNSBool seeded = mDNSfalse;
314 return(mDNSfalse);
323 default: return(mDNSfalse);
339 { debugf("Malformed label (too long)"); return(mDNSfalse); }
341 if (len != *b++) return(mDNSfalse);
348 if (ac != bc) return(mDNSfalse);
362 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); }
363 if (!SameDomainLabel(a, b)) return(mDNSfalse);
403 return(mDNSfalse);
580 // MakeDomainLabelFromLiteralString makes a legal domain label from the first 63 bytes of the string and returns mDNSfalse
[all...]
H A DmDNS.c106 #define uDNS_IsActiveQuery(q, u) mDNSfalse
362 return(mDNSfalse);
617 if (!r1) { LogMsg("SameResourceRecordSignature ERROR: r1 is NULL"); return(mDNSfalse); }
618 if (!r2) { LogMsg("SameResourceRecordSignature ERROR: r2 is NULL"); return(mDNSfalse); }
621 r1->resrec.InterfaceID != r2->resrec.InterfaceID) return(mDNSfalse);
638 if (!pktrr) { LogMsg("PacketRRMatchesSignature ERROR: pktrr is NULL"); return(mDNSfalse); }
639 if (!authrr) { LogMsg("PacketRRMatchesSignature ERROR: authrr is NULL"); return(mDNSfalse); }
642 pktrr->resrec.InterfaceID != authrr->resrec.InterfaceID) return(mDNSfalse);
644 if (pktrr->resrec.rrtype != authrr->resrec.rrtype) return(mDNSfalse);
661 if (!IdenticalResourceRecord(&ka->resrec, &rr->resrec)) return(mDNSfalse);
[all...]
H A DuDNS.c45 mDNSBool StrictUnicastOrdering = mDNSfalse;
642 unmap = mDNSfalse;
967 mDNSBool closed = mDNSfalse;
1137 else tls = mDNSfalse;
1520 zd->ZonePrivate = mDNSfalse; // Causes ZoneDataSRV() to yield a different SRV name when building the query
1535 zd->ZonePrivate = mDNSfalse;
1585 zd->question.LongLived = mDNSfalse;
1587 zd->question.ForceMCast = mDNSfalse;
1589 zd->question.SuppressUnusable = mDNSfalse;
1592 zd->question.RetryWithSearchDomains = mDNSfalse;
[all...]
H A DDNSDigest.c1443 mDNSBool ok = mDNSfalse;
1454 ok = mDNSfalse;
1468 ok = mDNSfalse;
1494 ok = mDNSfalse;
1562 ok = mDNSfalse;
H A DmDNSEmbeddedAPI.h306 enum { mDNSfalse = 0, mDNStrue = 1 }; enumerator in enum:__anon26786
2129 #define mDNS_Init_DontAdvertiseLocalAddresses mDNSfalse
2418 ((X)->type == mDNSAddrType_IPv6) ? !(mDNSIPv6AddressIsZero((X)->ip.v6) || mDNSIPv6AddressIsOnes((X)->ip.v6)) : mDNSfalse)
2425 ((X)->type == mDNSAddrType_IPv6) ? mDNSv6AddressIsLinkLocal(&(X)->ip.v6) : mDNSfalse)

Completed in 1017 milliseconds