Searched refs:Server_IP (Results 1 – 1 of 1) sorted by relevance
647 char *Server_IP; in iperf_tcp_run_client() local669 Server_IP = (char *) ¶meters[0]; in iperf_tcp_run_client()671 LWIP_DEBUGF( IPERF_DEBUG, ("Servr IP %s \n", Server_IP )); in iperf_tcp_run_client()746 servaddr.sin_addr.s_addr = inet_addr( Server_IP ); in iperf_tcp_run_client()823 char *Server_IP = 0; in iperf_udp_run_client() local858 Server_IP = (char *) ¶meters[0]; in iperf_udp_run_client()951 servaddr.sin_addr.s_addr = inet_addr( Server_IP ); in iperf_udp_run_client()
Completed in 5 milliseconds