Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/utility/iperf/
Dnx_iperf.h207 #define TCP_Tx "TCP_Tx" macro
211 …"<TR><TD><input type=\"hidden\" name=\"TestType\" value=\""TCP_Tx "\"></input></TD></TR>" …
Dnx_iperf.c2295 else if ((value_length == sizeof(TCP_Tx) - 1 ) && in nx_iperf_check_token_value()
2296 (memcmp(value_ptr, TCP_Tx, value_length) == 0)) in nx_iperf_check_token_value()