Searched refs:libcSocket (Results 1 – 1 of 1) sorted by relevance
78 SocketFunctionType libcSocket = nullptr; variable191 int socketFd = libcSocket(domain, type, protocol); in netdClientSocket()273 const auto socketFunc = libcSocket ? libcSocket : socket; in setNetworkForTarget()301 const auto socketFunc = libcSocket ? libcSocket : socket; in dns_open_proxy()423 HOOK_ON_FUNC(function, libcSocket, netdClientSocket); in netdClientInitSocket()