pppThroughput
struct pppThroughput *t;
struct pppThroughput *t;
struct pppThroughput throughput; /* throughput statistics */
struct pppThroughput throughput; /* throughput statistics */
struct pppThroughput total; /* Link throughput statistics */
struct pppThroughput *parent; /* MP link throughput statistics */
struct pppThroughput *stats)
struct in_addr *, struct pppThroughput *);
throughput_disp(struct pppThroughput *t, struct prompt *prompt)
throughput_log(struct pppThroughput *t, int level, const char *title)
struct pppThroughput *t = (struct pppThroughput *)v;
throughput_start(struct pppThroughput *t, const char *name, int rolling)
throughput_restart(struct pppThroughput *t, const char *name, int rolling)
throughput_stop(struct pppThroughput *t)
throughput_addin(struct pppThroughput *t, long long n)
throughput_addout(struct pppThroughput *t, long long n)
throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt)
throughput_callback(struct pppThroughput *t, void (*fn)(void *), void *data)
throughput_init(struct pppThroughput *t, int period)
throughput_destroy(struct pppThroughput *t)
throughput_uptime(struct pppThroughput *t)
extern void throughput_init(struct pppThroughput *, int);
extern void throughput_destroy(struct pppThroughput *);
extern void throughput_disp(struct pppThroughput *, struct prompt *);
extern void throughput_log(struct pppThroughput *, int, const char *);
extern void throughput_start(struct pppThroughput *, const char *, int);
extern void throughput_restart(struct pppThroughput *, const char *, int);
extern void throughput_stop(struct pppThroughput *);
extern void throughput_addin(struct pppThroughput *, long long);
extern void throughput_addout(struct pppThroughput *, long long);
extern void throughput_clear(struct pppThroughput *, int, struct prompt *);
extern void throughput_callback(struct pppThroughput *, void (*)(void *),
extern int throughput_uptime(struct pppThroughput *);