Home | History | Annotate | Download | only in cups

Lines Matching refs:domain

137 				const char *domain, const char *host_name,
1189 "\\", *ptr)) /* SMB domain */
1619 *domain, /* Pointer to domain in hostname */
1629 domainref = NULL,/* DNS-SD service reference for domain */
1633 int extrasent = 0; /* Send the domain/IPP/IPPS resolves? */
1649 * Separate the hostname into service name, registration type, and domain...
1671 for (domain = strchr(regtype, '.');
1672 domain;
1673 domain = strchr(domain + 1, '.'))
1674 if (domain[1] != '_')
1677 if (domain)
1678 *domain++ = '\0';
1697 "domain=\"%s\"\n", hostname, regtype, domain));
1702 "domain=\"local.\"...\n", hostname, regtype);
1779 * comes in, do an additional domain resolution...
1782 if (extrasent == 0 && domain && _cups_strcasecmp(domain, "local."))
1787 "domain=\"%s\"...\n", hostname, regtype,
1788 domain ? domain : "");
1793 myinterface, hostname, regtype, domain,
1801 fprintf(stderr, "DEBUG: Resolving \"%s\", regtype=\"_ipps._tcp\", domain=\"local.\"...\n", hostname);
1807 "_ipps._tcp", domain, http_resolve_cb,
1814 fprintf(stderr, "DEBUG: Resolving \"%s\", regtype=\"_ipp._tcp\", domain=\"local.\"...\n", hostname);
1820 "_ipp._tcp", domain, http_resolve_cb,
1885 if (pstatus == 0 && !resolved_uri[0] && domain &&
1886 _cups_strcasecmp(domain, "local."))
1890 * domain...
1895 regtype, domain, AVAHI_PROTO_UNSPEC, 0,
2258 * OK, we got a .local name but the caller needs a real domain. Start by
2347 const char *domain, /* I - Domain (unused) */
2370 "type=\"%s\", domain=\"%s\", hostTarget=\"%s\", address=%p, "
2372 resolver, interface, protocol, event, name, type, domain,
2498 * OK, we got a .local name but the caller needs a real domain. Start by