Searched refs:netdial (Results 1 – 4 of 4) sorted by relevance
/external/iperf3/src/ |
D | net.h | 31 int netdial(int domain, int proto, char *local, int local_port, char *server, int port, int timeout…
|
D | net.c | 116 netdial(int domain, int proto, char *local, int local_port, char *server, int port, int timeout) in netdial() function
|
D | iperf_udp.c | 479 …if ((s = netdial(test->settings->domain, Pudp, test->bind_address, test->bind_port, test->server_h… in iperf_udp_connect()
|
D | iperf_client_api.c | 339 …test->ctrl_sck = netdial(test->settings->domain, Ptcp, test->bind_address, 0, test->server_hostnam… in iperf_connect()
|