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

/system/netd/client/
H A DNetdClient.cpp44 SocketFunctionType libcSocket = 0; member in namespace:__anon1653
87 int socketFd = libcSocket(domain, type, protocol);
117 // with the netId. Call libcSocket() directly; else the socket creation (via netdClientSocket())
120 if (libcSocket) {
121 socketFd = libcSocket(AF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, 0);
155 libcSocket = *function;

Completed in 1342 milliseconds