HomeSort by: relevance | last modified time | path
    Searched refs:DNSServiceGetAddrInfoReply (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.h 42 DNSServiceProtocol protocol, const char *hostname, const DNSServiceAttribute *attr, DNSServiceGetAddrInfoReply callBack,
dns_sd.h 625 * When kDNSServiceFlagAnsweredFromCache is passed back in the flags parameter of DNSServiceQueryRecordReply or DNSServiceGetAddrInfoReply,
2099 typedef void (DNSSD_API *DNSServiceGetAddrInfoReply)
2169 DNSServiceGetAddrInfoReply callBack,
dnssd_clientstub.c 1201 if (sdr->AppCallback) ((DNSServiceGetAddrInfoReply)sdr->AppCallback)(sdr, 0, 0, error, NULL, NULL, 0, sdr->AppContext);
1741 // the DNSServiceGetAddrInfoReply interface doesn't have any meaningful way to communiate CNAME referrals.
1775 ((DNSServiceGetAddrInfoReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, hostname, sa, ttl, sdr->AppContext);
1779 ((DNSServiceGetAddrInfoReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, hostname, NULL, ttl, sdr->AppContext);
1790 DNSServiceGetAddrInfoReply callBack,
1805 DNSServiceGetAddrInfoReply callBack,
  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 1735 DNSServiceGetAddrInfoReply callBack = 0;

Completed in 52 milliseconds