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

/system/netd/server/
H A DBandwidthController.cpp91 * iptables -I bw_INPUT -i iface0 --jump bw_costly_shared
92 * iptables -I bw_OUTPUT -o iface0 --jump bw_costly_shared
104 * E.g. adding a new costly interface iface0 with its own quota:
106 * iptables -I bw_INPUT -i iface0 --jump bw_costly_iface0
107 * iptables -I bw_OUTPUT -o iface0 --jump bw_costly_iface0
1117 char iface0[MAX_IPT_OUTPUT_LINE_LEN]; local
1136 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1141 &packets, &bytes, iface0, iface1, rest);
1146 &packets, &bytes, iface0, iface1, rest);
1148 ALOGV("parse res=%d iface0
[all...]

Completed in 90 milliseconds