Lines Matching refs:error_num
268 getipnodebyname(const char *name, int af, int flags, int *error_num) { in getipnodebyname() argument
279 *error_num = NO_RECOVERY; in getipnodebyname()
286 *error_num = NO_RECOVERY; in getipnodebyname()
302 *error_num = HOST_NOT_FOUND; in getipnodebyname()
319 return (copyandmerge(&he, NULL, af, error_num)); in getipnodebyname()
329 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname()
344 *error_num = net_data->res->res_h_errno; in getipnodebyname()
348 *error_num = tmp_err; in getipnodebyname()
352 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname()
360 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { argument
371 *error_num = NO_RECOVERY;
378 *error_num = NO_RECOVERY;
384 *error_num = NO_RECOVERY;
389 *error_num = NO_RECOVERY;
407 *error_num = net_data->res->res_h_errno;
410 he2 = copyandmerge(he1, NULL, af, error_num);
425 *error_num = HOST_NOT_FOUND;
431 *error_num = net_data->res->res_h_errno;
434 return (copyandmerge(he1, NULL, af, error_num));
811 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) { argument
850 *error_num = NO_ADDRESS;
958 *error_num = NO_RECOVERY;