Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp44 SocketFunctionType libcSocket = 0; variable
87 int socketFd = libcSocket(domain, type, protocol); in netdClientSocket()
120 if (libcSocket) { in setNetworkForTarget()
121 socketFd = libcSocket(AF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, 0); in setNetworkForTarget()
155 libcSocket = *function; in netdClientInitSocket()