OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throughput_addout
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
throughput.h
66
extern void
throughput_addout
(struct pppThroughput *, long long);
link.c
88
throughput_addout
(&l->stats.total, n);
90
throughput_addout
(l->stats.parent, n);
throughput.c
247
throughput_addout
(struct pppThroughput *t, long long n)
function
ipv6cp.c
375
throughput_addout
(&ipv6cp->throughput, n);
ipcp.c
169
throughput_addout
(&ipcp->throughput, n);
[
all
...]
Completed in 710 milliseconds