Searched refs:tos (Results 1 – 6 of 6) sorted by relevance
368 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() argument732 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 …]
40 int parse_qos(const char *tos);
156 int tos; /* type of service bit */ member
191 void iperf_set_test_tos( struct iperf_test* ipt, int tos );
363 -S, --tos n370 hex (see --tos above). To set both the DSCP bits and the ECN371 bits, use --tos.
315 * The --tos parameter is no longer "sticky" between tests when doing