Lines Matching defs:error_num
272 getipnodebyname(const char *name, int af, int flags, int *error_num) {
283 *error_num = NO_RECOVERY;
290 *error_num = NO_RECOVERY;
306 *error_num = HOST_NOT_FOUND;
323 return (copyandmerge(&he, NULL, af, error_num));
333 he1 = copyandmerge(he2, NULL, af, error_num);
348 *error_num = net_data->res->res_h_errno;
352 *error_num = tmp_err;
356 he3 = copyandmerge(he1, he2, af, error_num);
364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) {
375 *error_num = NO_RECOVERY;
382 *error_num = NO_RECOVERY;
388 *error_num = NO_RECOVERY;
393 *error_num = NO_RECOVERY;
411 *error_num = net_data->res->res_h_errno;
414 he2 = copyandmerge(he1, NULL, af, error_num);
429 *error_num = HOST_NOT_FOUND;
435 *error_num = net_data->res->res_h_errno;
438 return (copyandmerge(he1, NULL, af, error_num));
815 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) {
854 *error_num = NO_ADDRESS;
962 *error_num = NO_RECOVERY;