OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detachChain
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
FirewallController.h
95
int
detachChain
(const char*, const char*);
FirewallController.cpp
132
res |=
detachChain
(name, LOCAL_INPUT);
133
res |=
detachChain
(name, LOCAL_OUTPUT);
287
int FirewallController::
detachChain
(const char* childChain, const char* parentChain) {
Completed in 128 milliseconds