Lines Matching refs:herr
831 dnscrtrr(domain, query, qtype, value, rr_type, flags, herr, adp, answer, anslen, anspos) in dnscrtrr() argument
838 int *herr;
858 if (herr != NULL)
859 *herr = h_errno;
961 if (herr != NULL && 0 == *herr)
962 *herr = NO_RECOVERY;
989 int rlen, ad, maprcode, cnt, flags, herr; local
1007 herr = 0;
1092 flags, &herr, &ad, answer,
1133 herr = NO_DATA;
1138 herr = HOST_NOT_FOUND;
1143 rlen = dnscrtrr(qdomain, query, type, p, type, flags, &herr, &ad,
1150 if (0 == herr)
1151 herr = NO_RECOVERY;
1152 SM_SET_H_ERRNO(herr);
1153 sm_dprintf("rlen=%d, herr=%d\n", rlen, herr);
1222 dns_lookup_int(domain, rr_class, rr_type, retrans, retry, options, flags, err, herr) in dns_lookup_int() argument
1231 int *herr;
1257 if (herr != NULL)
1258 *herr = 0;
1314 if (herr != NULL)
1315 *herr = h_errno;