OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_in
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/src/
common_types.h
157
int
bytes_in
,
164
int
bytes_in
,
171
int
bytes_in
,
178
int
bytes_in
,
/external/kernel-headers/original/linux/
mroute6.h
175
unsigned long
bytes_in
,bytes_out;
member in struct:mif_device
/external/ppp/pppd/
main.c
1193
link_stats.bytes_out, link_stats.
bytes_in
);
1226
link_stats.
bytes_in
-= old_link_stats.
bytes_in
;
1235
slprintf(numbuf, sizeof(numbuf), "%u", link_stats.
bytes_in
);
[
all
...]
auth.c
1118
used = link_stats.
bytes_in
;
1125
used = (link_stats.
bytes_in
> link_stats.bytes_out) ? link_stats.
bytes_in
: link_stats.bytes_out;
1128
used = link_stats.
bytes_in
+link_stats.bytes_out;
[
all
...]
pppd.h
173
unsigned int
bytes_in
;
member in struct:pppd_stats
[
all
...]
sys-linux.c
[
all
...]
sys-solaris.c
[
all
...]
/external/ppp/pppd/plugins/radius/
radius.c
979
av_type = link_stats.
bytes_in
;
1123
av_type = link_stats.
bytes_in
;
[
all
...]
Completed in 2206 milliseconds