Lines Matching defs:hp
454 struct hostent* hp;455 hp = gethostbyname(hostAddress);456 if (hp != NULL) { /* DNS OK */457 memcpy(inAddress, hp->h_addr_list[0], hp->h_length);