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

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c376 HEADER *reply_header = (HEADER *) answer; local
395 reply_header->rcode = NOERROR;
416 switch (reply_header->rcode) {
421 if (reply_header->ancount != 0)
488 HEADER *reply_header; local
570 reply_header = (HEADER *) reply->buf;
571 reply->rcode = reply_header->rcode;
572 if ((reply->dnssec_ad = !!reply_header->ad) != 0)
601 if (reply_header->tc == 0 || reply->buf_len >= MAX_DNS_REPLY_SIZE)
632 reply->query_count = ntohs(reply_header
[all...]

Completed in 103 milliseconds