Lines Matching defs:hp
666 struct hostent *hp;676 hp = gethostbyname(host);677 if(hp == 0) {683 addr.sin_family = hp->h_addrtype;685 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);687 s = socket(hp->h_addrtype, type, 0);