Searched refs:valid_rr_name (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c693 /* valid_rr_name - validate hostname in resource record */
695 static int valid_rr_name(const char *name, const char *location, function
772 if (!valid_rr_name(temp, "resource data", fixed->type, reply))
784 if (!valid_rr_name(temp, "resource data", fixed->type, reply))
795 if (!valid_rr_name(temp, "resource data", fixed->type, reply))
896 if (!valid_rr_name(cname, "resource data", fixed->type, reply))
962 else if (!valid_rr_name(rr_name, "resource name", fixed.type, reply))

Completed in 99 milliseconds