MCPcopy Create free account
hub / github.com/esnet/iperf / iperf_set_test_bind_dev

Function iperf_set_test_bind_dev

src/iperf_api.c:796–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796void
797iperf_set_test_bind_dev(struct iperf_test *ipt, const char *bnd_dev)
798{
799 ipt->bind_dev = strdup(bnd_dev);
800}
801
802void
803iperf_set_test_udp_counters_64bit(struct iperf_test *ipt, int udp_counters_64bit)

Callers 1

iperf_parse_argumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…