Home | History | Annotate | Download | only in netperf

Lines Matching refs:hp

539   struct	hostent	        *hp;
567 /* it would seem that while HP-UX will allow an IP address (as a */
574 if ((hp = gethostbyname(remote_host)) == NULL) {
584 bcopy(hp->h_addr,
586 hp->h_length);
587 server.sin_family = hp->h_addrtype;
1746 struct hostent *hp;
1780 /* it would seem that while HP-UX will allow an IP address (as a */
1787 if ((hp = gethostbyname(remote_host)) == NULL) {
1797 bcopy(hp->h_addr,
1799 hp->h_length);
1800 server.sin_family = hp->h_addrtype;
2475 struct hostent *hp;
2504 /* it would seem that while HP-UX will allow an IP address (as a */
2511 if ((hp = gethostbyname(remote_host)) == NULL) {
2521 bcopy(hp->h_addr,
2523 hp->h_length);
2524 server.sin_family = hp->h_addrtype;
3469 struct hostent *hp;
3502 /* it would seem that while HP-UX will allow an IP address (as a */
3509 if ((hp = gethostbyname(remote_host)) == NULL) {
3519 bcopy(hp->h_addr,
3521 hp->h_length);
3522 server.sin_family = hp->h_addrtype;
5033 struct hostent *hp;
5067 /* it would seem that while HP-UX will allow an IP address (as a */
5074 if ((hp = gethostbyname(remote_host)) == NULL) {
5084 bcopy(hp->h_addr,
5086 hp->h_length);
5087 server.sin_family = hp->h_addrtype;