Home
last modified time | relevance | path

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

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