Home
last modified time | relevance | path

Searched refs:shouldReportConnectComplete (Results 1 – 3 of 3) sorted by relevance

/system/netd/client/
DFwmarkClient.h33 static bool shouldReportConnectComplete(int family);
DFwmarkClient.cpp62 bool FwmarkClient::shouldReportConnectComplete(int family) { in shouldReportConnectComplete() function in FwmarkClient
DNetdClient.cpp135 if (shouldSetFwmark && FwmarkClient::shouldReportConnectComplete(addr->sa_family)) { in netdClientConnect()