Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp204 int netdClientSendmmsg(int sockfd, const mmsghdr* msgs, unsigned int msgcount, int flags) { in netdClientSendmmsg() argument
207 if ((msgcount > 0) && (msgs != nullptr) && (msgs[0].msg_hdr.msg_name != nullptr)) { in netdClientSendmmsg()
216 return libcSendmmsg(sockfd, msgs, msgcount, flags); in netdClientSendmmsg()