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

/system/netd/
H A DBandwidthController.h35 : 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
H A DNatController.cpp140 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...]

Completed in 42 milliseconds