Searched refs:next_token (Results 1 – 1 of 1) sorted by relevance
2452 UCHAR *next_token; in nx_iperf_parse_command() local2476 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 …]