Home
last modified time | relevance | path

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

/external/libppp/src/
Dthroughput.h36 struct pppThroughput { struct
58 extern void throughput_init(struct pppThroughput *, int); argument
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 *, long long);
[all …]
Dthroughput.c46 throughput_init(struct pppThroughput *t, int period) in throughput_init()
70 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
82 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
134 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
162 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler()
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
232 throughput_stop(struct pppThroughput *t) in throughput_stop()
240 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
[all …]
Dlink.h46 struct pppThroughput total; /* Link throughput statistics */
47 struct pppThroughput *parent; /* MP link throughput statistics */
Dipv6cp.h55 struct pppThroughput throughput; /* throughput statistics */
Dradius.h122 struct datalink *, int, struct pppThroughput *);
Dipcp.h99 struct pppThroughput throughput; /* throughput statistics */
Dradius.c1097 int acct_type, struct pppThroughput *stats) in radius_Account()
Dbundle.c1025 struct pppThroughput *t; in bundle_ShowLinks()
Dcommand.c3106 struct pppThroughput *t; in ClearCommand()