Lines Matching refs:error_num
246 getipnodebyname(const char *name, int af, int flags, int *error_num) in getipnodebyname() argument
259 *error_num = NO_RECOVERY; in getipnodebyname()
267 *error_num = HOST_NOT_FOUND; in getipnodebyname()
279 *error_num = NO_RECOVERY; in getipnodebyname()
289 nssout.nss.host.herrno_p = error_num; in getipnodebyname()
319 *error_num = NO_RECOVERY; in getipnodebyname()
327 nssout.nss.host.herrno_p = error_num; in getipnodebyname()
336 *error_num = HOST_NOT_FOUND; in getipnodebyname()
355 *error_num = NO_RECOVERY; in getipnodebyname()
364 *error_num = NO_RECOVERY; in getipnodebyname()
391 hp = __mappedtov4(hp, error_num); in getipnodebyname()
393 *error_num = NO_ADDRESS; in getipnodebyname()
406 hp = __mappedtov4(buf6->result, error_num); in getipnodebyname()
458 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) in getipnodebyaddr() argument
473 *error_num = HOST_NOT_FOUND; in getipnodebyaddr()
478 *error_num = HOST_NOT_FOUND; in getipnodebyaddr()
482 *error_num = HOST_NOT_FOUND; in getipnodebyaddr()
489 *error_num = HOST_NOT_FOUND; in getipnodebyaddr()
499 *error_num = NO_RECOVERY; in getipnodebyaddr()
504 *error_num = NO_RECOVERY; in getipnodebyaddr()
523 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
537 buf->buffer, buf->buflen, error_num)) { in getipnodebyaddr()
544 *error_num = NO_RECOVERY; in getipnodebyaddr()
584 *error_num = NO_RECOVERY; in getipnodebyaddr()
588 *error_num = NO_RECOVERY; in getipnodebyaddr()
600 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
614 buf->buffer, buf->buflen, error_num)) { in getipnodebyaddr()
621 if ((hp = __mappedtov4(buf->result, error_num)) == NULL) { in getipnodebyaddr()
634 *error_num = NO_RECOVERY; in getipnodebyaddr()
638 *error_num = NO_RECOVERY; in getipnodebyaddr()
650 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
670 *error_num = HOST_NOT_FOUND; in getipnodebyaddr()