Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp47 SocketFunctionType libcSocket = 0; variable
108 int socketFd = libcSocket(domain, type, protocol); in netdClientSocket()
141 if (libcSocket) { in setNetworkForTarget()
142 socketFd = libcSocket(AF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, 0); in setNetworkForTarget()
176 libcSocket = *function; in netdClientInitSocket()