Searched refs:netannounce (Results 1 – 4 of 4) sorted by relevance
| /iperf/src/ |
| H A D | net.h | 33 int netannounce(int domain, int proto, const char *local, const char *bind_dev, int port);
|
| H A D | iperf_udp.c | 445 …test->prot_listener = netannounce(test->settings->domain, Pudp, test->bind_address, test->bind_dev… in iperf_udp_accept() 477 …if ((s = netannounce(test->settings->domain, Pudp, test->bind_address, test->bind_dev, test->serve… in iperf_udp_listen()
|
| H A D | iperf_server_api.c | 73 …if((test->listener = netannounce(test->settings->domain, Ptcp, test->bind_address, test->bind_dev,… in iperf_server_listen() 730 …if ((s = netannounce(test->settings->domain, Ptcp, test->bind_address, test->bind_dev, test->serve… in iperf_run_server()
|
| H A D | net.c | 258 netannounce(int domain, int proto, const char *local, const char *bind_dev, int port) in netannounce() function
|