Home
last modified time | relevance | path

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

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