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

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c677 /* dns_get_fixed - extract fixed data from resource record */
679 static int dns_get_fixed(unsigned char *pos, DNS_FIXED *fixed) function
687 msg_warn("dns_get_fixed: bad class: %u", fixed->class);
958 if ((status = dns_get_fixed(pos, &fixed)) != DNS_OK)

Completed in 125 milliseconds