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

  /system/netd/
NatController.cpp 140 int NatController::routesOp(bool add, const char *intIface, const char *extIface, char **argv, int addrCount) {
141 int tableNumber = secondaryTableCtrl->findTableNumber(extIface);
171 const char *extIface = argv[3];
174 ALOGV("enableNat(intIface=<%s>, extIface=<%s>)",intIface, extIface);
176 if (!checkInterface(intIface) || !checkInterface(extIface)) {
183 if (!strcmp(intIface, extIface)) {
184 ALOGE("Duplicate interface specified: %s %s", intIface, extIface);
194 if (routesOp(true, intIface, extIface, argv, addrCount)) {
196 routesOp(false, intIface, extIface, argv, addrCount)
    [all...]
BandwidthController.h 35 : intIface(intIfn), extIface(extIfn),
41 std::string extIface;
46 * intIface extIface rx_bytes rx_packets tx_bytes tx_packets
160 * in:intIface out:extIface
161 * in:extIface out:intIface

Completed in 50 milliseconds