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

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c308 static struct __res_state dns_res_state; variable in typeref:struct:__res_state
321 #define dns_res_state _res macro
401 if ((len = DNS_RES_NMKQUERY(&dns_res_state,
405 DNS_SET_H_ERRNO(&dns_res_state, NO_RECOVERY);
409 } else if ((len = DNS_RES_NSEND(&dns_res_state,
411 DNS_SET_H_ERRNO(&dns_res_state, TRY_AGAIN);
418 DNS_SET_H_ERRNO(&dns_res_state, HOST_NOT_FOUND);
422 DNS_SET_H_ERRNO(&dns_res_state, 0);
424 DNS_SET_H_ERRNO(&dns_res_state, NO_DATA);
427 DNS_SET_H_ERRNO(&dns_res_state, TRY_AGAI
[all...]

Completed in 76 milliseconds