Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp36 typedef int (*ConnectFunctionType)(int, const sockaddr*, socklen_t); typedef
43 ConnectFunctionType libcConnect = 0;
146 extern "C" void netdClientInitConnect(ConnectFunctionType* function) { in netdClientInitConnect()