Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp72 typedef int (*SendtoFunctionType)(int, const void*, size_t, int, const sockaddr*, socklen_t); typedef
81 SendtoFunctionType libcSendto = nullptr;
440 extern "C" void netdClientInitSendto(SendtoFunctionType* function) { in netdClientInitSendto()