• Home
  • Raw
  • Download

Lines Matching refs:DNSServiceRef

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, in enum_reply()
417 static void DNSSD_API zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t i… in zonedata_resolve()
477 static void DNSSD_API zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t if… in zonedata_browse()
480 DNSServiceRef *newref; in zonedata_browse()
494 static void DNSSD_API browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifInd… in browse_reply()
547 static void DNSSD_API resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIn… in resolve_reply()
633 static void DNSSD_API reg_reply(DNSServiceRef sdref, const DNSServiceFlags flags, DNSServiceErrorTy… in reg_reply()
679 static void DNSSD_API qr_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, … in qr_reply()
760 static void DNSSD_API port_mapping_create_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_… in port_mapping_create_reply()
784 static void DNSSD_API addrinfo_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t interface… in addrinfo_reply()
916 static void DNSSD_API MyRegisterRecordCallback(DNSServiceRef service, DNSRecordRef rec, const DNSSe… in MyRegisterRecordCallback()
959 static DNSServiceErrorType RegisterProxyAddressRecord(DNSServiceRef sdref, const char *host, const … in RegisterProxyAddressRecord()
983 static DNSServiceErrorType RegisterService(DNSServiceRef *sdref, in RegisterService()