Lines Matching defs:info

167     // reply, termination, error, and client context info
417 // For non-subbordinate operations, and subbordinate operations that have lost their parent, write out their info
451 // For non-subbordinate operations, and subbordinate operations that have lost their parent, write out their info
2238 mDNSlocal mStatus add_domain_to_browser(request_state *info, const domainname *d)
2243 for (p = info->u.browser.browsers; p; p = p->next)
2252 err = mDNS_StartBrowse(&mDNSStorage, &b->q, &info->u.browser.regtype, d, info->u.browser.AnonData, info->u.browser.interface_id, info->flags,
2253 info->u.browser.ForceMCast, (info->flags & kDNSServiceFlagsBackgroundTrafficClass) != 0, FoundInstance, info);
2256 LogMsg("mDNS_StartBrowse returned %d for type %##s domain %##s", err, info->u.browser.regtype.c, d->c);
2261 b->next = info->u.browser.browsers;
2262 info->u.browser.browsers = b;
2263 LogOperation("%3d: DNSServiceBrowse(%##s) START PID[%d](%s)", info->sd, b->q.qname.c, info->process_id,
2264 info->pid_name);
2265 LogMcastQ(&mDNSStorage, &b->q, info, q_start);
2266 if (callExternalHelpers(info->u.browser.interface_id, &b->domain, info->flags))
2269 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &b->domain);
2271 external_start_browsing_for_service(info->u.browser.interface_id, &tmp, kDNSType_PTR, info->flags);
2277 mDNSlocal void browse_termination_callback(request_state *info)
2279 if (info->u.browser.default_domain)
2282 LogInfo("%3d: DNSServiceBrowse Cancel WAB PID[%d](%s)", info->sd, info->process_id, info->pid_name);
2285 if (info->u.browser.AnonData)
2286 freeL("Anonymous", (void *)info->u.browser.AnonData);
2287 while (info->u.browser.browsers)
2289 browser_t *ptr = info->u.browser.browsers;
2291 if (callExternalHelpers(info->u.browser.interface_id, &ptr->domain, info->flags))
2294 ConstructServiceName(&tmp, NULL, &info->u.browser.regtype, &ptr->domain);
2296 external_stop_browsing_for_service(info->u.browser.interface_id, &tmp, kDNSType_PTR, info->flags);
2299 info->u.browser.browsers = ptr->next;
2300 LogOperation("%3d: DNSServiceBrowse(%##s) STOP PID[%d](%s)", info->sd, ptr->q.qname.c, info->process_id, info->pid_name);
2302 LogMcastQ(&mDNSStorage, &ptr->q, info, q_stop);
2479 // Don't need to register the device info record for kDNSServiceInterfaceIndexLocalOnly registrations.
2674 // Set up browser info
4834 mDNSlocal void request_callback(int fd, short filter, void *info)
4837 request_state *req = info;
5025 mDNSlocal void connect_callback(int fd, short filter, void *info)
5035 (void)info; // Unused
5874 // For non-subbordinate operations, and subbordinate operations that have lost their parent, write out their info