Home | History | Annotate | Download | only in netperf

Lines Matching full:remote_host

461 send_xti_tcp_stream(char remote_host[])
572 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
574 if ((hp = gethostbyname(remote_host)) == NULL) {
578 remote_host);
583 /* it was a valid remote_host */
602 fprintf(where," to %s", remote_host);
1685 send_xti_tcp_rr(char remote_host[])
1785 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
1787 if ((hp = gethostbyname(remote_host)) == NULL) {
1791 remote_host);
1796 /* it was a valid remote_host */
1811 fprintf(where," to %s", remote_host);
2413 send_xti_udp_stream(char remote_host[])
2509 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
2511 if ((hp = gethostbyname(remote_host)) == NULL) {
2515 remote_host);
2520 /* it was a valid remote_host */
2535 fprintf(where," to %s", remote_host);
3405 void send_xti_udp_rr(char remote_host[])
3507 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
3509 if ((hp = gethostbyname(remote_host)) == NULL) {
3513 remote_host);
3518 /* it was a valid remote_host */
3533 fprintf(where," to %s", remote_host);
4972 send_xti_tcp_conn_rr(char remote_host[])
5072 if ((addr = inet_addr(remote_host)) == SOCKET_ERROR) {
5074 if ((hp = gethostbyname(remote_host)) == NULL) {
5078 remote_host);
5083 /* it was a valid remote_host */