Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.h38 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 Dthroughput.c48 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 Dlink.h48 struct pppThroughput total; /* Link throughput statistics */
49 struct pppThroughput *parent; /* MP link throughput statistics */
H A Dipv6cp.h57 struct pppThroughput throughput; /* throughput statistics */
H A Dradius.h124 struct datalink *, int, struct pppThroughput *);
H A Dipcp.h101 struct pppThroughput throughput; /* throughput statistics */
H A Dradius.c1099 int acct_type, struct pppThroughput *stats) in radius_Account()
H A Dbundle.c1024 struct pppThroughput *t; in bundle_ShowLinks()
H A Dcommand.c3120 struct pppThroughput *t; in ClearCommand()