Lines Matching defs:service
388 const char *service,
404 * 1. Only a domain is specified, in which case we assume a properly encoded SRV RR name, including service
405 * type and possibly a service name. If specified in this way we assume it's already IDNA converted if
408 * 2. Both service type and a domain specified, in which case a normal SRV RR is assumed, without a DNS-SD
411 * 3. All three of service name, type and domain are specified, in which case a DNS-SD service is put
412 * together. The service name is never IDNA converted, and the domain is if requested.
414 * It's not supported to specify a service name without a type, or no domain name.
429 r = dns_service_join(service, type, domain, &joined);
435 if (service)