Lines Matching defs:hp
445 struct hostent *hp;461 hp = gethostbyname(name);462 if (hp && hp->h_addrtype == AF_INET && hp->h_length == sizeof host.s_addr)463 memcpy(&host.s_addr, hp->h_addr, sizeof host.s_addr);