OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intIface
(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) {
148
ret |= secondaryTableCtrl->modifyLocalRoute(tableNumber, ADD,
intIface
, argv[5+i]);
150
ret |= secondaryTableCtrl->modifyLocalRoute(tableNumber, DEL,
intIface
, argv[5+i]);
170
const char *
intIface
= argv[2];
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))
[
all
...]
BandwidthController.h
35
:
intIface
(intIfn), extIface(extIfn),
39
std::string
intIface
;
46
*
intIface
extIface rx_bytes rx_packets tx_bytes tx_packets
156
* stats should never have only
intIface
initialized. Other 3 combos are ok.
160
* in:
intIface
out:extIface
161
* in:extIface out:
intIface
Completed in 32 milliseconds