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

/freebsd-11-stable/usr.sbin/ppp/
H A Dthroughput.c256 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) argument
258 if (clear_type & (THROUGHPUT_OVERALL|THROUGHPUT_CURRENT)) {
266 if (clear_type & THROUGHPUT_OVERALL) {
278 if (clear_type & THROUGHPUT_CURRENT) {
285 if (clear_type & THROUGHPUT_PEAK) {
H A Dcommand.c3117 int i, clear_type; local
3141 clear_type = 0;
3144 clear_type |= THROUGHPUT_OVERALL;
3146 clear_type |= THROUGHPUT_CURRENT;
3148 clear_type |= THROUGHPUT_PEAK;
3152 clear_type = THROUGHPUT_ALL;
3154 throughput_clear(t, clear_type, arg->prompt);

Completed in 125 milliseconds