OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldSetFwmark
(Results
1 - 3
of
3
) sorted by null
/system/netd/client/
FwmarkClient.h
26
static bool
shouldSetFwmark
(int family);
NetdClient.cpp
64
if (FwmarkClient::
shouldSetFwmark
(family)) {
74
if (sockfd >= 0 && addr && FwmarkClient::
shouldSetFwmark
(addr->sa_family)) {
90
if (netId != NETID_UNSET && FwmarkClient::
shouldSetFwmark
(domain)) {
FwmarkClient.cpp
30
bool FwmarkClient::
shouldSetFwmark
(int family) {
Completed in 99 milliseconds