OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_PATH
(Results
1 - 4
of
4
) sorted by null
/system/netd/
NetdConstants.cpp
23
const char * const
IP_PATH
= "/system/bin/ip";
NetdConstants.h
23
extern const char * const
IP_PATH
;
NatController.cpp
98
runCmd(
IP_PATH
, "rule flush");
99
runCmd(
IP_PATH
, "-6 rule flush");
100
runCmd(
IP_PATH
, "rule add from all lookup default prio 32767");
101
runCmd(
IP_PATH
, "rule add from all lookup main prio 32766");
102
runCmd(
IP_PATH
, "-6 rule add from all lookup default prio 32767");
103
runCmd(
IP_PATH
, "-6 rule add from all lookup main prio 32766");
104
runCmd(
IP_PATH
, "route flush cache");
146
runCmd(
IP_PATH
, "route flush cache");
156
runCmd(
IP_PATH
, "route flush cache");
269
runCmd(
IP_PATH
, "route flush cache")
[
all
...]
SecondaryTableController.cpp
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);
165
asprintf(&cmd, "%s %s rule %s from %s table %d",
IP_PATH
, getVersion(addr),
185
asprintf(&cmd, "%s route %s %s dev %s table %d",
IP_PATH
, action, addr, iface,
Completed in 22 milliseconds