Searched refs:iface0 (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp78 * iptables -I bw_INPUT -i iface0 --jump costly_shared
79 * iptables -I bw_OUTPUT -o iface0 --jump costly_shared
89 * E.g. adding a new costly interface iface0 with its own quota:
91 * iptables -I bw_INPUT -i iface0 --jump costly_iface0
92 * iptables -I bw_OUTPUT -o iface0 --jump costly_iface0
995 char iface0[MAX_IPT_OUTPUT_LINE_LEN]; local
1004 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1006 &packets, &bytes, iface0, iface1, rest);
1007 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1008 iface0, iface
[all...]

Completed in 21 milliseconds