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

  /external/netperf/
netsh.h 82 extern int interval_burst;
netsh.c 181 interval_burst; variable
428 interval_burst = 0;
756 interval_burst = convert(optarg);
nettest_sctp.c 670 if ((interval_burst) || (demo_mode)) {
675 interval_count = interval_burst;
757 if ((interval_burst) && (--interval_count == 0)) {
770 interval_count = interval_burst;
    [all...]
nettest_xti.c 874 if ((interval_burst) || (demo_mode)) {
879 interval_count = interval_burst;
    [all...]
nettest_dlpi.c     [all...]
nettest_unix.c     [all...]
nettest_bsd.c 223 if (interval_burst) { \
230 interval_count = interval_burst; \
244 if ((interval_burst) && (--interval_count == 0)) { \
258 interval_count = interval_burst; \
283 if (interval_burst) { \
286 interval_count = interval_burst; \
291 if ((interval_burst) && (--interval_count == 0)) { \
305 interval_count = interval_burst; \
    [all...]

Completed in 130 milliseconds