Home
last modified time | relevance | path

Searched refs:netdial (Results 1 – 4 of 4) sorted by relevance

/external/iperf3/src/
Dnet.h31 int netdial(int domain, int proto, char *local, int local_port, char *server, int port, int timeout…
Dnet.c116 netdial(int domain, int proto, char *local, int local_port, char *server, int port, int timeout) in netdial() function
Diperf_udp.c479 …if ((s = netdial(test->settings->domain, Pudp, test->bind_address, test->bind_port, test->server_h… in iperf_udp_connect()
Diperf_client_api.c339 …test->ctrl_sck = netdial(test->settings->domain, Ptcp, test->bind_address, 0, test->server_hostnam… in iperf_connect()