Lines Matching defs:to
117 static int answer_add_ptr(DnsAnswer **answer, const char *from, const char *to, int ifindex, DnsAnswerFlags flags) {
124 rr->ptr.name = strdup(to);
274 /* Always map the IPv4 address 127.0.0.2 to the local
275 * hostname, in addition to "localhost": */
369 return log_error_errno(r, "Failed to synthesize localhost RRs: %m");
375 return log_error_errno(r, "Failed to synthesize system hostname RRs: %m");
381 return log_error_errno(r, "Failed to synthesize gateway RRs: %m");
388 return log_error_errno(r, "Failed to synthesize localhost PTR RRs: %m");
394 return log_error_errno(r, "Failed to synthesize system hostname PTR RR: %m");
398 return log_error_errno(r, "Failed to synthesize gateway hostname PTR RR: %m");