Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.h166 #define UDP_Tx "UDP_Tx" macro
171 "<TR><TD><input type=\"hidden\" name=\"TestType\" value=\""UDP_Tx "\"></input></TD></TR>" \
Dnx_iperf.c2305 else if ((value_length == sizeof(UDP_Tx) - 1 ) && in nx_iperf_check_token_value()
2306 (memcmp(value_ptr, UDP_Tx, value_length) == 0)) in nx_iperf_check_token_value()