Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 6 of 6) sorted by relevance

/iperf/src/
H A Diperf_api.c368 return ipt->settings->tos; in iperf_get_test_tos()
730 iperf_set_test_tos(struct iperf_test *ipt, int tos) in iperf_set_test_tos() argument
732 ipt->settings->tos = tos; in iperf_set_test_tos()
1350 test->settings->tos < 0 || in iperf_parse_arguments()
1351 test->settings->tos > 255) { in iperf_parse_arguments()
1358 test->settings->tos = parse_qos(optarg); in iperf_parse_arguments()
1359 if(test->settings->tos < 0) { in iperf_parse_arguments()
2147 if (test->settings->tos) in send_parameters()
2262 test->settings->tos = j_p->valueint; in get_parameters()
3084 test->settings->tos = 0; in iperf_reset_test()
[all …]
H A Dnet.h40 int parse_qos(const char *tos);
H A Diperf.h156 int tos; /* type of service bit */ member
H A Diperf_api.h191 void iperf_set_test_tos( struct iperf_test* ipt, int tos );
/iperf/docs/
H A Dinvoking.rst363 -S, --tos n
370 hex (see --tos above). To set both the DSCP bits and the ECN
371 bits, use --tos.
/iperf/
H A DRELNOTES.md315 * The --tos parameter is no longer "sticky" between tests when doing