Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp57 typedef int (*ConnectFunctionType)(int, const sockaddr*, socklen_t); typedef
65 ConnectFunctionType libcConnect = nullptr;
323 extern "C" void netdClientInitConnect(ConnectFunctionType* function) { in netdClientInitConnect()