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