Searched refs:NETPERF_XMIT_ONLY (Results 1 - 2 of 2) sorted by relevance

/external/netperf/src/
H A Dnetsh.h40 #define NETPERF_XMIT_ONLY(x) ((x & NETPERF_XMIT) && !(x & NETPERF_RECV)) macro
H A Dnettest_omni.c719 if (NETPERF_XMIT_ONLY(direction)) return "Send";
1721 if (NETPERF_XMIT_ONLY(direction)) {
3838 NETPERF_XMIT_ONLY(direction)) {
4520 else if (NETPERF_XMIT_ONLY(direction)) {
4915 if (NETPERF_XMIT_ONLY(direction))
5368 if (!(NETPERF_XMIT_ONLY(omni_request->direction)) &&
7454 if (NETPERF_XMIT_ONLY(direction)) {

Completed in 58 milliseconds