HomeSort by relevance Sort by last modified time
    Searched refs:mDNSfalse (Results 1 - 18 of 18) sorted by null

  /external/mdnsresponder/mDNSPosix/
Responder.c 141 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...]
Client.c 86 result = mDNSfalse;
94 result = mDNSfalse;
199 status = mDNS_StartBrowse(&mDNSStorage, &question, &type, &domain, mDNSInterface_Any, mDNSfalse, BrowseCallback, NULL);
Identify.c 219 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;
ProxyResponder.c 201 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);
NetMonitor.c 390 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));
    [all...]
PosixDaemon.c 141 mDNSBool gotData = mDNSfalse;
mDNSPosix.c 281 reject = mDNSfalse;
516 mDNS_AddDNSServer(m, NULL, mDNSInterface_Any, &DNSAddr, UnicastDNSPort, mDNSfalse, 0);
595 mDNS_DeregisterInterface(m, &intf->coreIntf, mDNSfalse);
889 err = mDNS_RegisterInterface(m, &intf->coreIntf, mDNSfalse);
914 mDNSBool foundav4 = mDNSfalse;
    [all...]
  /external/mdnsresponder/mDNSShared/
mDNSDebug.c 47 mDNSexport int mDNS_DebugMode = mDNSfalse;
dnssd_clientshim.c 160 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...]
PlatformCommon.c 89 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;
dnsextd.c 524 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;
    [all...]
uds_daemon.c 45 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;
    [all...]
dnsextd_parser.y 476 mDNSBool found = mDNSfalse;
510 mDNSBool found = mDNSfalse;
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 279 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...]
mDNS.c 106 #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...]
uDNS.c 45 mDNSBool StrictUnicastOrdering = mDNSfalse;
642 unmap = mDNSfalse;
    [all...]
DNSDigest.c     [all...]
mDNSEmbeddedAPI.h 306 enum { mDNSfalse = 0, mDNStrue = 1 };
    [all...]

Completed in 357 milliseconds