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

  /system/netd/
MDnsSdListener.h 27 void MDnsSdListenerDiscoverCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
32 void MDnsSdListenerRegisterCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
36 void MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface,
40 void MDnsSdListenerSetHostnameCallback(DNSServiceRef, DNSServiceFlags flags,
43 void MDnsSdListenerGetAddrInfoCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
72 DNSServiceRef *allocateServiceRef(int id, Context *c);
74 DNSServiceRef *lookupServiceRef(int id);
86 DNSServiceRef mRef;
96 DNSServiceRef **mPollRefs;
MDnsSdListener.cpp 70 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
96 void MDnsSdListenerDiscoverCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
139 DNSServiceRef *ref = mMonitor->lookupServiceRef(requestId);
162 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
189 void MDnsSdListenerRegisterCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
218 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
243 void MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface,
273 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
298 void MDnsSdListenerGetAddrInfoCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
333 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context)
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 143 /* DNSServiceRef, DNSRecordRef
150 typedef struct _DNSServiceRef_t *DNSServiceRef;
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 first..
    [all...]
dnssd_clientshim.c 40 // 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 sdRef
    [all...]
dnssd_clientstub.c 133 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 sdRef
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 212 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 sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 566 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,
    [all...]

Completed in 213 milliseconds