| /iperf/src/ |
| H A D | net.c | 124 create_socket(int domain, int proto, const char *local, const char *bind_dev, int local_port, const… in create_socket() argument 156 if (bind_dev) { in create_socket() 159 bind_dev, IFNAMSIZ) < 0) in create_socket() 233 netdial(int domain, int proto, const char *local, const char *bind_dev, int local_port, const char … in netdial() argument 238 s = create_socket(domain, proto, local, bind_dev, local_port, server, port, &server_res); in netdial() 258 netannounce(int domain, int proto, const char *local, const char *bind_dev, int port) in netannounce() argument 295 if (bind_dev) { in netannounce() 298 bind_dev, IFNAMSIZ) < 0) in netannounce()
|
| H A D | net.h | 31 int create_socket(int domain, int proto, const char *local, const char *bind_dev, int local_port, c… 32 int netdial(int domain, int proto, const char *local, const char *bind_dev, int local_port, const c… 33 int netannounce(int domain, int proto, const char *local, const char *bind_dev, int port);
|
| H A D | iperf_sctp.c | 214 if (test->bind_dev) { in iperf_sctp_listen() 217 test->bind_dev, IFNAMSIZ) < 0) in iperf_sctp_listen() 353 if (test->bind_dev) { in iperf_sctp_connect() 356 test->bind_dev, IFNAMSIZ) < 0) in iperf_sctp_connect()
|
| H A D | iperf_udp.c | 445 …r = netannounce(test->settings->domain, Pudp, test->bind_address, test->bind_dev, test->server_por… in iperf_udp_accept() 477 …if ((s = netannounce(test->settings->domain, Pudp, test->bind_address, test->bind_dev, test->serve… in iperf_udp_listen() 506 …if ((s = netdial(test->settings->domain, Pudp, test->bind_address, test->bind_dev, test->bind_port… in iperf_udp_connect()
|
| H A D | iperf_locale.h | 39 extern const char bind_dev[] ;
|
| H A D | iperf_locale.c | 256 const char bind_dev[] = variable
|
| H A D | iperf_server_api.c | 73 …r = netannounce(test->settings->domain, Ptcp, test->bind_address, test->bind_dev, test->server_por… in iperf_server_listen() 730 …s = netannounce(test->settings->domain, Ptcp, test->bind_address, test->bind_dev, test->server_por… in iperf_run_server()
|
| H A D | iperf.h | 281 char *bind_dev; /* bind to network device */ member
|
| H A D | iperf_tcp.c | 378 …s = create_socket(test->settings->domain, SOCK_STREAM, test->bind_address, test->bind_dev, test->b… in iperf_tcp_connect()
|
| H A D | iperf_client_api.c | 381 …test->ctrl_sck = netdial(test->settings->domain, Ptcp, test->bind_address, test->bind_dev, 0, test… in iperf_connect()
|
| H A D | iperf_api.c | 350 return ipt->bind_dev; in iperf_get_test_bind_dev() 714 ipt->bind_dev = strdup(bnd_dev); in iperf_set_test_bind_dev() 2890 if (test->bind_dev) in iperf_free_test() 2891 free(test->bind_dev); in iperf_free_test()
|