Searched refs:pppThroughput (Results 1 – 9 of 9) sorted by relevance
/external/libppp/src/ |
D | throughput.h | 36 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 …]
|
D | throughput.c | 46 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 …]
|
D | link.h | 46 struct pppThroughput total; /* Link throughput statistics */ 47 struct pppThroughput *parent; /* MP link throughput statistics */
|
D | ipv6cp.h | 55 struct pppThroughput throughput; /* throughput statistics */
|
D | radius.h | 122 struct datalink *, int, struct pppThroughput *);
|
D | ipcp.h | 99 struct pppThroughput throughput; /* throughput statistics */
|
D | radius.c | 1097 int acct_type, struct pppThroughput *stats) in radius_Account()
|
D | bundle.c | 1025 struct pppThroughput *t; in bundle_ShowLinks()
|
D | command.c | 3106 struct pppThroughput *t; in ClearCommand()
|