Home
last modified time | relevance | path

Searched refs:THROUGHPUT_CURRENT (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dthroughput.h32 #define THROUGHPUT_CURRENT 0x0002 macro
H A Dthroughput.c256 if (clear_type & (THROUGHPUT_OVERALL|THROUGHPUT_CURRENT)) { in throughput_clear()
276 if (clear_type & THROUGHPUT_CURRENT) { in throughput_clear()
H A Dcommand.c3153 clear_type |= THROUGHPUT_CURRENT; in ClearCommand()