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

Function iperf_set_test_server_hostname

src/iperf_api.c:662–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662void
663iperf_set_test_server_hostname(struct iperf_test *ipt, const char *server_hostname)
664{
665 ipt->server_hostname = strdup(server_hostname);
666}
667
668void
669iperf_set_test_template(struct iperf_test *ipt, const char *tmp_template)

Callers 2

iperf_parse_argumentsFunction · 0.85
mainFunction · 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…