Lines Matching defs:error_num
243 getipnodebyname(const char *name, int af, int flags, int *error_num)
256 *error_num = NO_RECOVERY;
287 *error_num = HOST_NOT_FOUND;
290 *error_num = NETDB_SUCCESS; /* Think positively. */
300 *error_num = NO_RECOVERY;
310 nssout.nss.host.herrno_p = error_num;
340 *error_num = NO_RECOVERY;
348 nssout.nss.host.herrno_p = error_num;
357 if (*error_num == NETDB_SUCCESS) {
359 *error_num = HOST_NOT_FOUND;
379 *error_num = NO_RECOVERY;
388 *error_num = NO_RECOVERY;
406 *error_num = NO_ADDRESS;
419 hp = __mappedtov4(buf6->result, error_num);
471 getipnodebyaddr(const void *src, size_t len, int type, int *error_num)
486 *error_num = HOST_NOT_FOUND;
491 *error_num = HOST_NOT_FOUND;
495 *error_num = HOST_NOT_FOUND;
502 *error_num = HOST_NOT_FOUND;
512 *error_num = NO_RECOVERY;
517 *error_num = NO_RECOVERY;
536 nssout.nss.host.herrno_p = error_num;
550 buf->buffer, buf->buflen, error_num)) {
557 *error_num = NO_RECOVERY;
597 *error_num = NO_RECOVERY;
601 *error_num = NO_RECOVERY;
613 nssout.nss.host.herrno_p = error_num;
627 buf->buffer, buf->buflen, error_num)) {
634 if ((hp = __mappedtov4(buf->result, error_num)) == NULL) {
647 *error_num = NO_RECOVERY;
651 *error_num = NO_RECOVERY;
663 nssout.nss.host.herrno_p = error_num;
683 *error_num = HOST_NOT_FOUND;