OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iface0
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.cpp
73
* iptables -I bw_INPUT -i
iface0
--jump costly_shared
74
* iptables -I bw_OUTPUT -o
iface0
--jump costly_shared
84
* E.g. adding a new costly interface
iface0
with its own quota:
86
* iptables -I bw_INPUT -i
iface0
--jump costly_iface0
87
* iptables -I bw_OUTPUT -o
iface0
--jump costly_iface0
997
char
iface0
[MAX_IPT_OUTPUT_LINE_LEN];
local
1006
iface0
[0] = iface1[0] = rest[0] = packets = bytes = 0;
1008
&packets, &bytes,
iface0
, iface1, rest);
1009
ALOGV("parse res=%d
iface0
=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1010
iface0
, iface1, packets, bytes, rest, buffPtr)
[
all
...]
/external/libpcap/
pcap-dos.c
1011
{ "3C59X.
IFACE0
", ARG_ATOI, &vortex_options[0] },
[
all
...]
Completed in 754 milliseconds