Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp56 typedef int (*Accept4FunctionType)(int, sockaddr*, socklen_t*, int); typedef
64 Accept4FunctionType libcAccept4 = nullptr;
316 extern "C" void netdClientInitAccept4(Accept4FunctionType* function) { in netdClientInitAccept4()