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

  /system/netd/
NatController.cpp 124 const char *extIface = argv[3];
127 if (!checkInterface(intIface) || !checkInterface(extIface)) {
139 tableNumber = secondaryTableCtrl->findTableNumber(extIface);
149 if (ret != 0 || setForwardRules(true, intIface, extIface) != 0) {
173 snprintf(cmd, sizeof(cmd), "-t nat -A natctrl_nat_POSTROUTING -o %s -j MASQUERADE", extIface);
190 int NatController::setForwardRules(bool add, const char *intIface, const char * extIface) {
196 extIface, intIface);
204 intIface, extIface);
210 extIface, intIface);
216 intIface, extIface);
    [all...]
NatController.h 41 int setForwardRules(bool set, const char *intIface, const char *extIface);

Completed in 101 milliseconds