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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dthroughput.c254 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) argument
256 if (clear_type & (THROUGHPUT_OVERALL|THROUGHPUT_CURRENT)) {
264 if (clear_type & THROUGHPUT_OVERALL) {
276 if (clear_type & THROUGHPUT_CURRENT) {
283 if (clear_type & THROUGHPUT_PEAK) {
H A Dcommand.c3115 int i, clear_type; local
3139 clear_type = 0;
3142 clear_type |= THROUGHPUT_OVERALL;
3144 clear_type |= THROUGHPUT_CURRENT;
3146 clear_type |= THROUGHPUT_PEAK;
3150 clear_type = THROUGHPUT_ALL;
3152 throughput_clear(t, clear_type, arg->prompt);

Completed in 49 milliseconds