Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp71 typedef ssize_t (*SendmsgFunctionType)(int, const msghdr*, unsigned int); typedef
80 SendmsgFunctionType libcSendmsg = nullptr;
433 extern "C" void netdClientInitSendmsg(SendmsgFunctionType* function) { in netdClientInitSendmsg()