Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.h229 #define TCP_Rx "TCP_Rx" macro
233 …"<TR><TD><input type=\"hidden\" name=\"TestType\" value=\""TCP_Rx "\"></input></TD></TR>" …
Dnx_iperf.c2290 if ((value_length == sizeof(TCP_Rx) - 1 ) && in nx_iperf_check_token_value()
2291 (memcmp(value_ptr, TCP_Rx, value_length) == 0)) in nx_iperf_check_token_value()