Lines Matching refs:he
202 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) in getanswer() argument
235 *he = NO_RECOVERY; in getanswer()
480 *he = NO_RECOVERY; in getanswer()
500 *he = NETDB_SUCCESS; in getanswer()
505 *he = NETDB_INTERNAL; in getanswer()
593 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent() argument
604 *he = HOST_NOT_FOUND; in android_read_hostent()
689 *he = NETDB_SUCCESS; in android_read_hostent()
693 *he = NETDB_INTERNAL; in android_read_hostent()
700 size_t buflen, int *he) in gethostbyname_internal_real() argument
723 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
778 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
782 info.he = he; in gethostbyname_internal_real()
786 *he = NETDB_SUCCESS; in gethostbyname_internal_real()
789 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
801 *he = HOST_NOT_FOUND; in gethostbyname_internal_real()
811 *he = NETDB_SUCCESS; in gethostbyname_internal_real()
865 char *buf, size_t buflen, int *he, unsigned netid, unsigned mark) in android_gethostbyaddrfornet_real() argument
882 *he = HOST_NOT_FOUND; in android_gethostbyaddrfornet_real()
903 *he = NETDB_INTERNAL; in android_gethostbyaddrfornet_real()
908 *he = NETDB_INTERNAL; in android_gethostbyaddrfornet_real()
914 info.he = he; in android_gethostbyaddrfornet_real()
915 *he = NETDB_INTERNAL; in android_gethostbyaddrfornet_real()
919 *he = NETDB_SUCCESS; in android_gethostbyaddrfornet_real()
925 struct hostent *hp, char *hbuf, size_t hbuflen, int *he, in android_gethostbyaddrfornet_proxy_internal() argument
931 return android_gethostbyaddrfornet_real(addr,len, af, hp, hbuf, hbuflen, he, netid, mark); in android_gethostbyaddrfornet_proxy_internal()
954 struct hostent *result = android_read_hostent(proxy, hp, hbuf, hbuflen, he); in android_gethostbyaddrfornet_proxy_internal()
960 netbsd_gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) in netbsd_gethostent_r() argument
971 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
991 *he = HOST_NOT_FOUND; in netbsd_gethostent_r()
1061 *he = NETDB_SUCCESS; in netbsd_gethostent_r()
1069 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
1197 *info->he = NETDB_INTERNAL; in _dns_gethtbyname()
1213 info->buflen, info->he); in _dns_gethtbyname()
1217 switch (*info->he) { in _dns_gethtbyname()
1269 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1274 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1284 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1302 info->buflen, info->he); in _dns_gethtbyaddr()
1306 switch (*info->he) { in _dns_gethtbyaddr()
1332 *info->he = NETDB_SUCCESS; in _dns_gethtbyaddr()
1336 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1462 *info->he = NETDB_INTERNAL; in _yp_hostent()
1513 *info->he = HOST_NOT_FOUND; in _yp_gethtbyaddr()
1558 *info->he = HOST_NOT_FOUND; in _yp_gethtbyname()