Searched refs:server_port (Results 1 – 10 of 10) sorted by relevance
| /iperf/src/ |
| H A D | iperf_udp.c | 445 …= 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 D | iperf_sctp.c | 169 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 D | iperf_server_api.c | 73 …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 D | iperf_locale.h | 36 extern const char server_port[] ;
|
| H A D | iperf_locale.c | 247 const char server_port[] = variable
|
| H A D | iperf_tcp.c | 176 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 D | iperf.h | 284 int server_port; member
|
| H A D | iperf_api.h | 173 void iperf_set_test_server_port( struct iperf_test* ipt, int server_port );
|
| H A D | iperf_client_api.c | 381 …p, test->bind_address, test->bind_dev, 0, test->server_hostname, test->server_port, test->settings… in iperf_connect()
|
| H A D | iperf_api.c | 290 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()
|