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

  /system/netd/
NatController.cpp 111 const char *intIface = argv[2];
115 if (!checkInterface(intIface) || !checkInterface(extIface)) {
135 snprintf(cmd, sizeof(cmd), "route add %s dev %s table %d", argv[5+i], intIface,
143 if (ret != 0 || setForwardRules(true, intIface, extIface) != 0) {
146 snprintf(cmd, sizeof(cmd), "route del %s dev %s table %d", argv[5+i], intIface,
169 snprintf(cmd, sizeof(cmd), "route del %s dev %s table %d", argv[5+i], intIface,
181 int NatController::setForwardRules(bool add, const char *intIface, const char * extIface) {
187 extIface, intIface);
195 intIface, extIface);
201 extIface, intIface);
    [all...]
NatController.h 42 int setForwardRules(bool set, const char *intIface, const char *extIface);

Completed in 42 milliseconds