Searched refs:msgcount (Results 1 – 1 of 1) sorted by relevance
204 int netdClientSendmmsg(int sockfd, const mmsghdr* msgs, unsigned int msgcount, int flags) { in netdClientSendmmsg() argument207 if ((msgcount > 0) && (msgs != nullptr) && (msgs[0].msg_hdr.msg_name != nullptr)) { in netdClientSendmmsg()216 return libcSendmmsg(sockfd, msgs, msgcount, flags); in netdClientSendmmsg()