HomeSort by relevance Sort by last modified time
    Searched refs:iface1 (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 174 static gboolean iface1, iface2, iface3, iface4, iface5, iface6; variable
196 iface1 = TRUE;
350 g_assert (!iface1 && !iface2 && !iface3 && !iface4 && !iface5 && !iface6);
363 g_assert (!iface1 && !iface2 && !iface3 && !iface4 && !iface5 && !iface6);
406 g_assert (iface1 && iface2 && iface3 && iface4 && iface5 && iface6);
  /system/netd/
BandwidthController.cpp 80 * iptables -I bw_INPUT -i iface1 --jump costly_shared
81 * iptables -I bw_OUTPUT -o iface1 --jump costly_shared
1021 char iface1[MAX_IPT_OUTPUT_LINE_LEN]; local
1029 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1031 &packets, &bytes, iface0, iface1, rest);
1032 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1033 iface0, iface1, packets, bytes, rest, buffPtr);
1039 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) {
1040 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1043 } else if ((stats.ifaceOut == iface0) && (stats.ifaceIn == iface1)) {
    [all...]

Completed in 3652 milliseconds