Lines Matching defs:hp
538 struct hostent *hp;
566 /* it would seem that while HP-UX will allow an IP address (as a */
573 if ((hp = gethostbyname(remote_host)) == NULL) {
583 bcopy(hp->h_addr,
585 hp->h_length);
586 server.sin_family = hp->h_addrtype;
1745 struct hostent *hp;
1779 /* it would seem that while HP-UX will allow an IP address (as a */
1786 if ((hp = gethostbyname(remote_host)) == NULL) {
1796 bcopy(hp->h_addr,
1798 hp->h_length);
1799 server.sin_family = hp->h_addrtype;
2474 struct hostent *hp;
2503 /* it would seem that while HP-UX will allow an IP address (as a */
2510 if ((hp = gethostbyname(remote_host)) == NULL) {
2520 bcopy(hp->h_addr,
2522 hp->h_length);
2523 server.sin_family = hp->h_addrtype;
3468 struct hostent *hp;
3501 /* it would seem that while HP-UX will allow an IP address (as a */
3508 if ((hp = gethostbyname(remote_host)) == NULL) {
3518 bcopy(hp->h_addr,
3520 hp->h_length);
3521 server.sin_family = hp->h_addrtype;
5032 struct hostent *hp;
5066 /* it would seem that while HP-UX will allow an IP address (as a */
5073 if ((hp = gethostbyname(remote_host)) == NULL) {
5083 bcopy(hp->h_addr,
5085 hp->h_length);
5086 server.sin_family = hp->h_addrtype;