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

/system/netd/
H A DBandwidthController.cpp85 * iptables -I bw_INPUT -i iface1 --jump costly_shared
86 * iptables -I bw_OUTPUT -o iface1 --jump costly_shared
996 char iface1[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, iface1, packets, bytes, rest, buffPtr);
1014 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) {
1015 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1018 } else if ((stats.ifaceOut == iface0) && (stats.ifaceIn == iface1)) {
[all...]

Completed in 496 milliseconds