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

/freebsd-12-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.c3122 int i, clear_type; local
3146 clear_type = 0;
3149 clear_type |= THROUGHPUT_OVERALL;
3151 clear_type |= THROUGHPUT_CURRENT;
3153 clear_type |= THROUGHPUT_PEAK;
3157 clear_type = THROUGHPUT_ALL;
3159 throughput_clear(t, clear_type, arg->prompt);

Completed in 170 milliseconds