Home
last modified time | relevance | path

Searched refs:fwmarkLen (Results 1 – 2 of 2) sorted by relevance

/system/netd/client/
DNetdClient.cpp192 socklen_t fwmarkLen = sizeof(fwmark.intValue); in getNetworkForSocket() local
193 if (getsockopt(socketFd, SOL_SOCKET, SO_MARK, &fwmark.intValue, &fwmarkLen) == -1) { in getNetworkForSocket()
/system/netd/server/
DFwmarkServer.cpp108 socklen_t fwmarkLen = sizeof(fwmark.intValue); in processClient() local
109 if (getsockopt(*socketFd, SOL_SOCKET, SO_MARK, &fwmark.intValue, &fwmarkLen) == -1) { in processClient()