Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2452 UCHAR *next_token; in nx_iperf_parse_command() local
2476 next_token = cmd_string; in nx_iperf_parse_command()
2477 while (next_token < end_cmd) in nx_iperf_parse_command()
2480 while (next_token < end_cmd) in nx_iperf_parse_command()
2482 if (*next_token == '=') in nx_iperf_parse_command()
2486 next_token++; in nx_iperf_parse_command()
2489 if (*next_token == '=') in nx_iperf_parse_command()
2492 *next_token = 0; in nx_iperf_parse_command()
2493 value_ptr = next_token + 1; in nx_iperf_parse_command()
2494 next_token++; in nx_iperf_parse_command()
[all …]