Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp70 typedef int (*SendmmsgFunctionType)(int, const mmsghdr*, unsigned int, int); typedef
79 SendmmsgFunctionType libcSendmmsg = nullptr;
426 extern "C" void netdClientInitSendmmsg(SendmmsgFunctionType* function) { in netdClientInitSendmmsg()