Searched refs:mDNSBool (Results 1 - 23 of 23) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DPlatformCommon.h18 extern void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled);
H A Ddnsextd.h56 mDNSBool isZonePublic;
87 mDNSBool UseTCP; // Use TCP if UDP would cause truncation
114 mDNSBool markedForDeletion;
H A Duds_daemon.h60 extern void machserver_automatic_browse_domain_changed(const domainname *d, mDNSBool add);
61 extern void machserver_automatic_registration_domain_changed(const domainname *d, mDNSBool add);
H A Ddnsextd.c132 static mDNSBool foreground = 0;
133 static mDNSBool verbose = 0;
136 static mDNSBool terminate = 0;
137 static mDNSBool dumptable = 0;
138 static mDNSBool hangup = 0;
368 static int my_recv(TCPSocket *sock, void *const buf, const int len, mDNSBool * closed)
417 mDNSBool * closed
512 mDNSlocal mDNSBool
531 mDNSlocal mDNSBool IsQuery( PktMsg * pkt )
537 mDNSlocal mDNSBool IsUpdat
[all...]
H A DPlatformCommon.c85 mDNSlocal mDNSBool GetConfigOption(char *dst, const char *option, FILE *f)
106 mDNSexport void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled)
H A Ddnsextd_parser.y476 mDNSBool found = mDNSfalse;
510 mDNSBool found = mDNSfalse;
H A Duds_daemon.c45 mDNSBool AlwaysAppendSearchDomains = mDNSfalse;
101 mDNSBool external_advertise;
114 mDNSBool renameonmemfree; // Set on config change when we deregister original name
115 mDNSBool clientnotified; // Has client been notified of successful registration yet?
116 mDNSBool default_local; // is this the "local." from an empty-string registration?
117 mDNSBool external_advertise; // is this is being advertised externally?
165 mDNSBool default_domain;
166 mDNSBool ForceMCast;
179 mDNSBool default_domain;
181 mDNSBool autonam
[all...]
H A Ddnssd_clientshim.c56 mDNSBool autoname; // Set if this name is tied to the Computer Name
57 mDNSBool autorename; // Set if we just got a name conflict and now need to automatically pick a new name
/external/mdnsresponder/mDNSPosix/
H A DResponder.c59 static volatile mDNSBool gReceivedSigUsr1;
60 static volatile mDNSBool gReceivedSigHup;
61 static volatile mDNSBool gStopNow;
129 static mDNSBool CheckThatRichTextNameIsUsable(const char *richTextName, mDNSBool printExplanation)
134 mDNSBool result = mDNStrue;
152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation)
157 mDNSBool result;
179 static mDNSBool CheckThatPortNumberIsUsabl
[all...]
H A DmDNSPosix.h82 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
H A DClient.c72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation)
77 mDNSBool result;
H A DExampleClientApp.c34 static volatile mDNSBool StopNow;
H A DmDNSPosix.c241 mDNSBool reject;
368 mDNSexport long mDNSPlatformReadTCP(TCPSocket *sock, void *buf, unsigned long buflen, mDNSBool * closed)
427 mDNSexport void mDNSPlatformSetAllowSleep(mDNS *const m, mDNSBool allowSleep, const char *reason)
451 mDNSexport void mDNSPlatformSetDNSConfig(mDNS *const m, mDNSBool setservers, mDNSBool setsearch, domainname *const fqdn, DNameListElem **RegDomains, DNameListElem **BrowseDomains)
566 mDNSexport mDNSu32 mDNSPlatformInterfaceIndexfromInterfaceID(mDNS *const m, mDNSInterfaceID id, mDNSBool suppressNetworkChange)
631 const mDNSBool JoinMulticastGroup = (port.NotAnInteger != 0);
937 mDNSBool foundav4 = mDNSfalse;
1224 mDNSlocal mDNSBool mDNSPlatformInit_CanReceiveUnicast(void)
1375 mDNSexport mDNSBool mDNSPlatformMemSam
[all...]
H A DPosixDaemon.c141 mDNSBool gotData = mDNSfalse;
H A DNetMonitor.c383 mDNSexport mDNSBool ExtractServiceType(const domainname *const fqdn, domainname *const srvtype)
615 mDNSBool MQ = (srcport.NotAnInteger == MulticastDNSPort.NotAnInteger);
770 mDNSlocal mDNSBool AddressMatchesFilterList(const mDNSAddr *srcaddr)
855 mDNSBool gotSomething;
H A DProxyResponder.c279 mDNSBool gotSomething;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h116 extern mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText);
117 extern mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText);
118 extern void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText);
163 extern mDNSBool SameRDataBody(const ResourceRecord *const r1, const RDataBody *const r2, DomainNameComparisonFn *samename);
164 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
165 extern mDNSBool ResourceRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
166 extern mDNSBool AnyTypeRecordAnswersQuestion (const ResourceRecord *const rr, const DNSQuestion *const q);
167 extern mDNSBool ResourceRecordAnswersUnicastResponse(const ResourceRecord *const rr, const DNSQuestion *const q);
168 extern mDNSBool LocalOnlyRecordAnswersQuestio
[all...]
H A DmDNSEmbeddedAPI.h223 typedef int mDNSBool; typedef
1075 mDNSBool scoped; // interface should be matched against question only
1239 mDNSBool uselease; // dynamic update contains (should contain) lease option
1241 mDNSBool Private; // If zone is private, DNS updates may have to be encrypted to prevent eavesdropping
1247 mDNSBool SRVChanged; // temporarily deregistered service because its SRV target or port changed
1338 mDNSBool MPExpectingKA; // Multi-packet query handling: Set when we increment MPUnansweredQ; allows one KA
1399 mDNSBool Conflict; // Set if this record set was forcibly deregistered because of a conflict
1527 mDNSBool SendOnAll; // Set if we're sending this question on all active interfaces
1531 mDNSBool SuppressQuery; // This query should be suppressed and not sent on the wire
1539 mDNSBool deliverAddEvent
[all...]
H A DDNSCommon.c116 mDNSexport mDNSBool mDNSv4AddrIsRFC1918(mDNSv4Addr *addr)
279 static mDNSBool seeded = mDNSfalse;
303 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2)
310 case mDNSAddrType_IPv4 : return(mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4));
311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
317 mDNSexport mDNSBool mDNSAddrIsDNSMulticast(const mDNSAddr *ip)
321 case mDNSAddrType_IPv4: return(mDNSBool)(mDNSSameIPv4Address(ip->ip.v4, AllDNSLinkGroup_v4.ip.v4));
322 case mDNSAddrType_IPv6: return(mDNSBool)(mDNSSameIPv6Address(ip->ip.v6, AllDNSLinkGroup_v6.ip.v6));
333 mDNSexport mDNSBool SameDomainLabel(const mDNSu8 *a, const mDNSu8 *b)
353 mDNSexport mDNSBool SameDomainNam
[all...]
H A DuDNS.h108 extern domainname *uDNS_GetNextSearchDomain(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSs8 *searchIndex, mDNSBool ignoreDotLocal);
H A DmDNS.c78 mDNSlocal mDNSBool CacheRecordRmvEventsForQuestion(mDNS *const m, DNSQuestion *q);
79 mDNSlocal mDNSBool LocalRecordRmvEventsForQuestion(mDNS *const m, DNSQuestion *q);
336 mDNSexport mDNSBool mDNS_AddressIsLocalSubnet(mDNS *const m, const mDNSInterfaceID InterfaceID, const mDNSAddr *addr)
395 const mDNSBool selfref = SameDomainName(&q->qname, &rr->rdata->u.name);
445 mDNSBool followcname;
499 mDNSBool answered;
533 mDNSBool answered;
615 mDNSlocal mDNSBool SameResourceRecordNameClassInterface(const AuthRecord *const r1, const AuthRecord *const r2)
622 return(mDNSBool)(
636 mDNSlocal mDNSBool PacketRRMatchesSignatur
[all...]
H A DuDNS.c45 mDNSBool StrictUnicastOrdering = mDNSfalse;
104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout)
615 mDNSBool unmap = mDNStrue;
964 mDNSlocal void tcpCallback(TCPSocket *sock, void *context, mDNSBool ConnectionEstablished, mStatus err)
967 mDNSBool closed = mDNSfalse;
1118 mDNSBool tls;
1658 mDNSexport mDNSBool IsGetZoneDataQuestion(DNSQuestion *q)
1683 mDNSlocal mDNSBool IsRecordMergeable(mDNS *const m, AuthRecord *rr, mDNSs32 time);
1687 mDNSlocal void UpdateAllServiceRecords(mDNS *const m, AuthRecord *rr, mDNSBool reg)
1940 mDNSBool TargetChange
[all...]
H A DDNSDigest.c1429 mDNSexport mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord * lcr, DomainAuthInfo *info, mDNSu16 * rcode, mDNSu16 * tcode)
1443 mDNSBool ok = mDNSfalse;

Completed in 1613 milliseconds