Searched refs:pppThroughput (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | throughput.h | 38 struct pppThroughput { struct 60 extern void throughput_init(struct pppThroughput *, int); argument 61 extern void throughput_destroy(struct pppThroughput *); 62 extern void throughput_disp(struct pppThroughput *, struct prompt *); 63 extern void throughput_log(struct pppThroughput *, int, const char *); 64 extern void throughput_start(struct pppThroughput *, const char *, int); 66 extern void throughput_stop(struct pppThroughput *); 67 extern void throughput_addin(struct pppThroughput *, long long); 68 extern void throughput_addout(struct pppThroughput *, long long); 70 extern void throughput_callback(struct pppThroughput *, void (*)(void *), [all …]
|
| H A D | throughput.c | 48 throughput_init(struct pppThroughput *t, int period) in throughput_init() 72 throughput_destroy(struct pppThroughput *t) in throughput_destroy() 84 throughput_uptime(struct pppThroughput *t) in throughput_uptime() 102 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp() 136 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log() 164 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() 198 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start() 215 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart() 234 throughput_stop(struct pppThroughput *t) in throughput_stop() 242 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin() [all …]
|
| H A D | link.h | 48 struct pppThroughput total; /* Link throughput statistics */ 49 struct pppThroughput *parent; /* MP link throughput statistics */
|
| H A D | ipv6cp.h | 57 struct pppThroughput throughput; /* throughput statistics */
|
| H A D | radius.h | 124 struct datalink *, int, struct pppThroughput *);
|
| H A D | ipcp.h | 101 struct pppThroughput throughput; /* throughput statistics */
|
| H A D | radius.c | 1099 int acct_type, struct pppThroughput *stats) in radius_Account()
|
| H A D | bundle.c | 1024 struct pppThroughput *t; in bundle_ShowLinks()
|
| H A D | command.c | 3120 struct pppThroughput *t; in ClearCommand()
|