Home
last modified time | relevance | path

Searched refs:server_port (Results 1 – 10 of 10) sorted by relevance

/iperf/src/
H A Diperf_udp.c445 …= netannounce(test->settings->domain, Pudp, test->bind_address, test->bind_dev, test->server_port); in iperf_udp_accept()
477 …nounce(test->settings->domain, Pudp, test->bind_address, test->bind_dev, test->server_port)) < 0) { in iperf_udp_listen()
506 …ind_address, test->bind_dev, test->bind_port, test->server_hostname, test->server_port, -1)) < 0) { in iperf_udp_connect()
H A Diperf_sctp.c169 snprintf(portstr, 6, "%d", test->server_port); in iperf_sctp_listen()
317 snprintf(portstr, sizeof(portstr), "%d", test->server_port); in iperf_sctp_connect()
612 snprintf(portstr, 6, "%d", test->server_port); in iperf_sctp_bindx()
H A Diperf_server_api.c73 …nounce(test->settings->domain, Ptcp, test->bind_address, test->bind_dev, test->server_port)) < 0) { in iperf_server_listen()
94 …iperf_printf(test, "Server listening on %d (test #%d)\n", test->server_port, test->server_test_num… in iperf_server_listen()
730 …nounce(test->settings->domain, Ptcp, test->bind_address, test->bind_dev, test->server_port)) < 0) { in iperf_run_server()
H A Diperf_locale.h36 extern const char server_port[] ;
H A Diperf_locale.c247 const char server_port[] = variable
H A Diperf_tcp.c176 snprintf(portstr, 6, "%d", test->server_port); in iperf_tcp_listen()
378 …d_address, test->bind_dev, test->bind_port, test->server_hostname, test->server_port, &server_res); in iperf_tcp_connect()
H A Diperf.h284 int server_port; member
H A Diperf_api.h173 void iperf_set_test_server_port( struct iperf_test* ipt, int server_port );
H A Diperf_client_api.c381 …p, test->bind_address, test->bind_dev, 0, test->server_hostname, test->server_port, test->settings… in iperf_connect()
H A Diperf_api.c290 return ipt->server_port; in iperf_get_test_server_port()
545 ipt->server_port = srv_port; in iperf_set_test_server_port()
895 …_to", iperf_json_printf("host: %s port: %d", test->server_hostname, (int64_t) test->server_port)); in iperf_on_connect()
897 iperf_printf(test, report_connecting, test->server_hostname, test->server_port); in iperf_on_connect()
1113 test->server_port = portno; in iperf_parse_arguments()
2770 testp->server_port = PORT; in iperf_defaults()