Symbol: pppThroughput
usr.sbin/ppp/bundle.c
1020
struct pppThroughput *t;
usr.sbin/ppp/command.c
2983
struct pppThroughput *t;
usr.sbin/ppp/ipcp.h
100
struct pppThroughput throughput; /* throughput statistics */
usr.sbin/ppp/ipv6cp.h
56
struct pppThroughput throughput; /* throughput statistics */
usr.sbin/ppp/link.h
47
struct pppThroughput total; /* Link throughput statistics */
usr.sbin/ppp/link.h
48
struct pppThroughput *parent; /* MP link throughput statistics */
usr.sbin/ppp/radius.c
888
struct pppThroughput *stats)
usr.sbin/ppp/radius.h
92
struct in_addr *, struct pppThroughput *);
usr.sbin/ppp/throughput.c
102
throughput_disp(struct pppThroughput *t, struct prompt *prompt)
usr.sbin/ppp/throughput.c
136
throughput_log(struct pppThroughput *t, int level, const char *title)
usr.sbin/ppp/throughput.c
164
struct pppThroughput *t = (struct pppThroughput *)v;
usr.sbin/ppp/throughput.c
198
throughput_start(struct pppThroughput *t, const char *name, int rolling)
usr.sbin/ppp/throughput.c
215
throughput_restart(struct pppThroughput *t, const char *name, int rolling)
usr.sbin/ppp/throughput.c
234
throughput_stop(struct pppThroughput *t)
usr.sbin/ppp/throughput.c
242
throughput_addin(struct pppThroughput *t, long long n)
usr.sbin/ppp/throughput.c
249
throughput_addout(struct pppThroughput *t, long long n)
usr.sbin/ppp/throughput.c
256
throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt)
usr.sbin/ppp/throughput.c
300
throughput_callback(struct pppThroughput *t, void (*fn)(void *), void *data)
usr.sbin/ppp/throughput.c
48
throughput_init(struct pppThroughput *t, int period)
usr.sbin/ppp/throughput.c
72
throughput_destroy(struct pppThroughput *t)
usr.sbin/ppp/throughput.c
84
throughput_uptime(struct pppThroughput *t)
usr.sbin/ppp/throughput.h
59
extern void throughput_init(struct pppThroughput *, int);
usr.sbin/ppp/throughput.h
60
extern void throughput_destroy(struct pppThroughput *);
usr.sbin/ppp/throughput.h
61
extern void throughput_disp(struct pppThroughput *, struct prompt *);
usr.sbin/ppp/throughput.h
62
extern void throughput_log(struct pppThroughput *, int, const char *);
usr.sbin/ppp/throughput.h
63
extern void throughput_start(struct pppThroughput *, const char *, int);
usr.sbin/ppp/throughput.h
64
extern void throughput_restart(struct pppThroughput *, const char *, int);
usr.sbin/ppp/throughput.h
65
extern void throughput_stop(struct pppThroughput *);
usr.sbin/ppp/throughput.h
66
extern void throughput_addin(struct pppThroughput *, long long);
usr.sbin/ppp/throughput.h
67
extern void throughput_addout(struct pppThroughput *, long long);
usr.sbin/ppp/throughput.h
68
extern void throughput_clear(struct pppThroughput *, int, struct prompt *);
usr.sbin/ppp/throughput.h
69
extern void throughput_callback(struct pppThroughput *, void (*)(void *),
usr.sbin/ppp/throughput.h
71
extern int throughput_uptime(struct pppThroughput *);