HomeSort by relevance Sort by last modified time
    Searched refs:DNSServiceFlags (Results 1 - 8 of 8) 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,
132 DNSServiceFlags iToFlags(int i);
133 int flagsToI(DNSServiceFlags flags);
MDnsSdListener.cpp 78 DNSServiceFlags nativeFlags = iToFlags(requestFlags);
96 void MDnsSdListenerDiscoverCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
170 DNSServiceFlags nativeFlags = 0;
189 void MDnsSdListenerRegisterCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
225 DNSServiceFlags nativeFlags = 0;
243 void MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface,
280 DNSServiceFlags nativeFlags = 0;
298 void MDnsSdListenerGetAddrInfoCallback(DNSServiceRef sdRef, DNSServiceFlags flags,
340 DNSServiceFlags nativeFlags = 0;
356 void MDnsSdListenerSetHostnameCallback(DNSServiceRef sdRef, DNSServiceFlags flags
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 156 * Most DNS-SD API functions and callbacks include a DNSServiceFlags parameter.
162 * defined, in which case the DNSServiceFlags parameter exists purely to allow future expansion.
    [all...]
dnssd_clientshim.c 120 DNSServiceFlags flags,
210 DNSServiceFlags flags,
293 DNSServiceFlags flags,
314 DNSServiceFlags flags,
333 DNSServiceFlags flags
356 DNSServiceFlags flags = AddRecord ? kDNSServiceFlagsAdd : (DNSServiceFlags)0;
385 DNSServiceFlags flags,
467 DNSServiceFlags flags,
576 DNSServiceFlags flags
    [all...]
dnssd_clientstub.c 107 DNSServiceFlags cb_flags;
415 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext)
    [all...]
uds_daemon.c 157 DNSServiceFlags flags;
205 DNSServiceFlags flags;
230 DNSServiceFlags flags; // Note: This field is in NETWORK byte order
400 request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err)
420 len = sizeof(DNSServiceFlags);
446 request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err)
463 len = sizeof(DNSServiceFlags);
488 DNSServiceFlags flags = get_flags(&request->msgptr, request->msgend);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 340 static void DNSSD_API enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex,
343 DNSServiceFlags partialflags = flags & ~(kDNSServiceFlagsMoreComing | kDNSServiceFlagsAdd | kDNSServiceFlagsDefault);
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,
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,
633 static void DNSSD_API reg_reply(DNSServiceRef sdref, const DNSServiceFlags flags, DNSServiceErrorType errorCode,
679 static void DNSSD_API qr_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode,
760 static void DNSSD_API port_mapping_create_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, uint32_t publicAddress, uint32_t protocol, uint16_t privatePort, uint16_t publicPort, uint32_t ttl, void *context)
784 static void DNSSD_API addrinfo_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *hostname, const struct (…)
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 575 DNSServiceFlags flags,
1061 DNSServiceFlags flags,
    [all...]

Completed in 408 milliseconds