Home | History | Annotate | Download | only in net

Lines Matching defs:hp

256 	struct hostent *hp;
399 hp = &android_proxy_hostent;
400 hp->h_name = android_proxy_buf;
402 hp = NULL;
404 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
407 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
410 if (hp) {
418 p = strchr(hp->h_name, '.');
423 if (strlen(hp->h_name) + 1 > (size_t)hostlen) {
426 strlcpy(host, hp->h_name, hostlen);