Searched refs:accept (Results 1 – 10 of 10) sorted by relevance
| /iperf/.github/ |
| H A D | CONTRIBUTING.md | 39 requests on GitHub, although we can (probably) accept simple patches 61 able to provide some guidance. Also, we're more likely to accept a
|
| /iperf/src/ |
| H A D | iperf_server_api.c | 118 if ((s = accept(test->listener, (struct sockaddr *) &addr, &len)) < 0) { in iperf_accept() 595 if ((s = test->protocol->accept(test)) < 0) { in iperf_run_server()
|
| H A D | iperf.h | 235 int (*accept)(struct iperf_test *); member
|
| H A D | iperf_tcp.c | 125 if ((s = accept(test->listener, (struct sockaddr *) &addr, &len)) < 0) { in iperf_tcp_accept()
|
| H A D | iperf_sctp.c | 126 s = accept(test->listener, (struct sockaddr *) &addr, &len); in iperf_sctp_accept()
|
| H A D | iperf_api.c | 2814 tcp->accept = iperf_tcp_accept; in iperf_defaults() 2830 udp->accept = iperf_udp_accept; in iperf_defaults() 2850 sctp->accept = iperf_sctp_accept; in iperf_defaults()
|
| /iperf/docs/ |
| H A D | 2017-04-27.txt | 51 We're happy to accept enhancement requests, although it should be
|
| H A D | faq.rst | 94 you are willing to accept the error exit from the make process
|
| /iperf/ |
| H A D | RELNOTES.md | 699 an odd state where it could not accept new client connections.
|
| H A D | aclocal.m4 | 3333 # but apparently some variants of GNU ld only accept -v. 3374 [# I'd rather use --version here, but apparently some GNU lds only accept -v. 3530 # Let's accept both of them until this is cleared up. 4412 # ICC 10 doesn't accept -KPIC any more. 4730 # ICC 10 doesn't accept -KPIC any more.
|