Lines Matching defs:hostname
214 log_error_errno(r, "Failed to send hostname reply: %m");
239 const char *hostname;
250 r = sd_bus_message_read(message, "isit", &ifindex, &hostname, &family, &flags);
257 r = dns_name_is_valid(hostname);
261 return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid hostname '%s'", hostname);
267 r = dns_question_new_address(&question_utf8, family, hostname, false);
271 r = dns_question_new_address(&question_idna, family, hostname, true);
715 /* Note that above we appended the hostname as encoded in the
716 * SRV, and here the canonical hostname this maps to. */
926 * the hostname included in it */