Searched refs:errorCodes (Results 1 – 1 of 1) sorted by relevance
628 int errorCodes[kNumADBDNSServices]; in init_mdns_transport_discovery_thread() local630 errorCodes[i] = DNSServiceBrowse(&service_refs[i], 0, 0, kADBDNSServices[i], nullptr, in init_mdns_transport_discovery_thread()633 if (errorCodes[i] != kDNSServiceErr_NoError) { in init_mdns_transport_discovery_thread()634 D("Got %d browsing for mDNS service %s.", errorCodes[i], kADBDNSServices[i]); in init_mdns_transport_discovery_thread()637 if (errorCodes[i] == kDNSServiceErr_NoError) { in init_mdns_transport_discovery_thread()