HomeSort by relevance Sort by last modified time
    Searched refs:NETPERF_XMIT (Results 1 - 3 of 3) sorted by null

  /external/netperf/src/
netsh.h 32 #define NETPERF_XMIT 0x2
35 #define NETPERF_IS_RR(x) (((x & NETPERF_XMIT) && (x & NETPERF_RECV)) || \
36 (!((x & NETPERF_XMIT) || (x & NETPERF_RECV))))
38 #define NETPERF_RECV_ONLY(x) ((x & NETPERF_RECV) && !(x & NETPERF_XMIT))
40 #define NETPERF_XMIT_ONLY(x) ((x & NETPERF_XMIT) && !(x & NETPERF_RECV))
42 #define NETPERF_CC(x) (!(x & NETPERF_XMIT) && !(x & NETPERF_RECV))
nettest_omni.c     [all...]
netsh.c 471 left = NETPERF_XMIT;
480 left = NETPERF_XMIT|NETPERF_RECV;
    [all...]

Completed in 47 milliseconds