Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ppp/
HDthroughput.h32 #define THROUGHPUT_CURRENT 0x0002 macro
HDthroughput.c256 if (clear_type & (THROUGHPUT_OVERALL|THROUGHPUT_CURRENT)) { in throughput_clear()
276 if (clear_type & THROUGHPUT_CURRENT) { in throughput_clear()
HDcommand.c3149 clear_type |= THROUGHPUT_CURRENT; in ClearCommand()