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

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h143 /* DNSServiceRef, DNSRecordRef
150 typedef struct _DNSServiceRef_t *DNSServiceRef; typedef in typeref:struct:_DNSServiceRef_t
209 * DNSServiceRef. Shared indicates that there may be multiple records
271 * call DNSServiceCreateConnection(&MainRef) to initialize the main DNSServiceRef.
274 * to tell the library that this DNSServiceRef is not a typical uninitialized DNSServiceRef;
275 * it's a copy of an existing DNSServiceRef whose connection information should be reused.
280 * DNSServiceRef MainRef;
283 * DNSServiceRef BrowseRef = MainRef; // Important: COPY the primary DNSServiceRef firs
[all...]
H A Ddnssd_clientshim.c40 // as the DNSServiceRef for the operation
90 int DNSServiceRefSockFD(DNSServiceRef sdRef)
96 DNSServiceErrorType DNSServiceProcessResult(DNSServiceRef sdRef)
102 void DNSServiceRefDeallocate(DNSServiceRef sdRef)
119 DNSServiceRef *sdRef,
186 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
192 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
209 DNSServiceRef *sdRef,
271 *sdRef = (DNSServiceRef)x;
291 DNSServiceRef sdRe
[all...]
H A Ddnssd_clientstub.c133 client_context_t uid; // For shared connection requests, each subordinate DNSServiceRef has its own ID,
134 // unique within the scope of the same shared parent DNSServiceRef
138 int *moreptr; // Set while DNSServiceProcessResult working on this particular DNSServiceRef
387 syslog(LOG_WARNING, "dnssd_clientstub attempt to dispose invalid DNSServiceRef %p %08X %08X", x, x->sockfd, x->validator);
415 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext)
426 if (!ref) { syslog(LOG_WARNING, "dnssd_clientstub DNSService operation with NULL DNSServiceRef"); return kDNSServiceErr_BadParam; }
432 syslog(LOG_WARNING, "dnssd_clientstub kDNSServiceFlagsShareConnection used with NULL DNSServiceRef");
437 syslog(LOG_WARNING, "dnssd_clientstub kDNSServiceFlagsShareConnection used with invalid DNSServiceRef %p %08X %08X",
566 syslog(LOG_WARNING, "dnssd_clientstub deliver_request: invalid DNSServiceRef %p %08X %08X", sdr, sdr->sockfd, sdr->validator);
789 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRe
[all...]
/external/mdnsresponder/Clients/
H A Ddns-sd.c212 static DNSServiceRef client = NULL;
213 static DNSServiceRef client_pa = NULL; // DNSServiceRef for RegisterProxyAddressRecord
214 static DNSServiceRef sc1, sc2, sc3; // DNSServiceRefs for kDNSServiceFlagsShareConnection testing
340 static void DNSSD_API enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex,
417 static void DNSSD_API zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode,
477 static void DNSSD_API zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode,
480 DNSServiceRef *newref;
494 static void DNSSD_API browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode,
547 static void DNSSD_API resolve_reply(DNSServiceRef sdre
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c566 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str);
574 DNSServiceRef sdref,
853 DNSServiceRef sdref;
941 DNSServiceRef sdref;
1000 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str)
1060 DNSServiceRef sdref,

Completed in 50 milliseconds