Searched defs:extIface (Results 1 - 2 of 2) sorted by relevance
/system/netd/ |
H A D | NatController.cpp | 140 int NatController::routesOp(bool add, const char *intIface, const char *extIface, char **argv, int addrCount) { argument 141 int tableNumber = secondaryTableCtrl->findTableNumber(extIface); 171 const char *extIface = argv[3]; local 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, arg 256 setTetherCountingRules(bool add, const char *intIface, const char *extIface) argument 338 setForwardRules(bool add, const char *intIface, const char *extIface) argument 423 const char *extIface = argv[3]; local [all...] |
H A D | BandwidthController.h | 35 : intIface(intIfn), extIface(extIfn), 41 std::string extIface; member in class:BandwidthController::TetherStats 46 * intIface extIface rx_bytes rx_packets tx_bytes tx_packets 160 * in:intIface out:extIface 161 * in:extIface out:intIface
|
Completed in 20 milliseconds