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

/system/netd/server/
H A DBandwidthController.cpp80 * iptables -I bw_INPUT -i iface0 --jump bw_costly_shared
81 * iptables -I bw_OUTPUT -o iface0 --jump bw_costly_shared
93 * E.g. adding a new costly interface iface0 with its own quota:
95 * iptables -I bw_INPUT -i iface0 --jump bw_costly_iface0
96 * iptables -I bw_OUTPUT -o iface0 --jump bw_costly_iface0
1135 char iface0[MAX_IPT_OUTPUT_LINE_LEN]; local
1154 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1156 &packets, &bytes, iface0, iface1, rest);
1157 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%" PRId64" bytes=%" PRId64" rest=<%s> orig line=<%s>", res,
1158 iface0, iface
[all...]

Completed in 20 milliseconds