Home
last modified time | relevance | path

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

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