Searched refs:pppThroughput (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/usr.sbin/ppp/
H A Dthroughput.h36 struct pppThroughput { struct
58 extern void throughput_init(struct pppThroughput *, int);
59 extern void throughput_destroy(struct pppThroughput *);
60 extern void throughput_disp(struct pppThroughput *, struct prompt *);
61 extern void throughput_log(struct pppThroughput *, int, const char *);
62 extern void throughput_start(struct pppThroughput *, const char *, int);
63 extern void throughput_restart(struct pppThroughput *, const char *, int);
64 extern void throughput_stop(struct pppThroughput *);
65 extern void throughput_addin(struct pppThroughput *, long long);
66 extern void throughput_addout(struct pppThroughput *, lon
[all...]
H A Dthroughput.c46 throughput_init(struct pppThroughput *t, int period)
70 throughput_destroy(struct pppThroughput *t)
82 throughput_uptime(struct pppThroughput *t)
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt)
134 throughput_log(struct pppThroughput *t, int level, const char *title)
162 struct pppThroughput *t = (struct pppThroughput *)v;
196 throughput_start(struct pppThroughput *t, const char *name, int rolling)
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling)
232 throughput_stop(struct pppThroughput *
[all...]
H A Dlink.h46 struct pppThroughput total; /* Link throughput statistics */
47 struct pppThroughput *parent; /* MP link throughput statistics */
H A Dipv6cp.h55 struct pppThroughput throughput; /* throughput statistics */
H A Dradius.h122 struct datalink *, int, struct pppThroughput *);
H A Dipcp.h99 struct pppThroughput throughput; /* throughput statistics */
H A Dradius.c1097 int acct_type, struct pppThroughput *stats)
H A Dbundle.c1025 struct pppThroughput *t;
H A Dcommand.c3113 struct pppThroughput *t;

Completed in 199 milliseconds