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

  /system/netd/
NatController.cpp 36 static char IP_PATH[] = "/system/bin/ip";
76 runCmd(IP_PATH, "rule flush");
77 runCmd(IP_PATH, "-6 rule flush");
78 runCmd(IP_PATH, "rule add from all lookup default prio 32767");
79 runCmd(IP_PATH, "rule add from all lookup main prio 32766");
80 runCmd(IP_PATH, "-6 rule add from all lookup default prio 32767");
81 runCmd(IP_PATH, "-6 rule add from all lookup main prio 32766");
82 runCmd(IP_PATH, "route flush cache");
129 ret |= runCmd(IP_PATH, cmd);
134 ret |= runCmd(IP_PATH, cmd)
    [all...]
SecondaryTableController.cpp 39 static char IP_PATH[] = "/system/bin/ip";
89 IP_PATH, action, dest, prefix, iface, tableIndex+BASE_TABLE_NUMBER);
92 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
97 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);

Completed in 875 milliseconds