Searched refs:token_length (Results 1 – 1 of 1) sorted by relevance
| /NetX-Duo-v6.2.1/utility/iperf/ |
| D | nx_iperf.c | 2261 UINT token_length = 0; in nx_iperf_check_token_value() local 2266 status = _nx_utility_string_length_check(token, &token_length, NX_MAX_STRING_LENGTH); in nx_iperf_check_token_value() 2283 if ((token_length == sizeof("TestType") - 1 ) && in nx_iperf_check_token_value() 2284 (memcmp(token, "TestType", token_length) == 0)) in nx_iperf_check_token_value() 2312 else if ((token_length == (sizeof("ip") - 1)) && in nx_iperf_check_token_value() 2313 (memcmp(token, "ip", token_length) == 0)) in nx_iperf_check_token_value() 2402 else if ((token_length == (sizeof("test_time") - 1)) && in nx_iperf_check_token_value() 2403 (memcmp(token, "test_time", token_length) == 0)) in nx_iperf_check_token_value() 2413 else if ((token_length == (sizeof("rate") - 1)) && in nx_iperf_check_token_value() 2414 (memcmp(token, "rate", token_length) == 0)) in nx_iperf_check_token_value() [all …]
|