OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setForwardRules
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
NatController.h
48
int
setForwardRules
(bool set, const char *intIface, const char *extIface);
NatController.cpp
175
if (
setForwardRules
(true, intIface, extIface) != 0) {
287
int NatController::
setForwardRules
(bool add, const char *intIface, const char *extIface) {
377
setForwardRules
(false, intIface, extIface);
Completed in 183 milliseconds