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

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c887 /* dns_get_alias - extract CNAME from name server reply */
889 static int dns_get_alias(DNS_REPLY *reply, unsigned char *pos, function
893 msg_panic("dns_get_alias: bad type %s", dns_strtype(fixed->type));
992 if ((status = dns_get_alias(reply, pos, &fixed, cname, c_len)) != DNS_OK)

Completed in 73 milliseconds