Searched defs:iface1 (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp85 * iptables -I bw_INPUT -i iface1 --jump bw_costly_shared
86 * iptables -I bw_OUTPUT -o iface1 --jump bw_costly_shared
1095 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; local
1112 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1114 &packets, &bytes, iface0, iface1, rest);
1115 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1116 iface0, iface1, packets, bytes, rest, buffPtr);
1128 if (filter.intIface == iface0 && filter.extIface == iface1) {
1129 ALOGV("2Filter RX iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1132 } else if (filter.intIface == iface1
[all...]

Completed in 27 milliseconds