| 794 | } |
| 795 | |
| 796 | void |
| 797 | iperf_set_test_bind_dev(struct iperf_test *ipt, const char *bnd_dev) |
| 798 | { |
| 799 | ipt->bind_dev = strdup(bnd_dev); |
| 800 | } |
| 801 | |
| 802 | void |
| 803 | iperf_set_test_udp_counters_64bit(struct iperf_test *ipt, int udp_counters_64bit) |
no outgoing calls
no test coverage detected
searching dependent graphs…