Searched refs:msg_iov (Results 1 - 6 of 6) sorted by relevance

/system/core/libnl_2/
H A Dnetlink.c80 msg.msg_iov = &recvmsg_iov;
207 struct iovec msg_iov; local
210 msg_iov.iov_base = nlh;
211 msg_iov.iov_len = nlh->nlmsg_len;
213 return nl_send_iovec(sk, msg, &msg_iov, 1);
226 .msg_iov = iov,
/system/core/libnl_2/genl/
H A Dgenl.c130 msg.msg_iov = &sendmsg_iov;
150 msg.msg_iov = &recvmsg_iov;
/system/core/libcutils/
H A Dzygote.c72 msg.msg_iov = ivs;
H A Dmq.c498 msg.msg_iov = iov;
742 msg.msg_iov = iov;
/system/core/libnetutils/
H A Dpacket.c148 msghdr.msg_iov = iov;
/system/core/adb/
H A Djdwp_service.c330 msg.msg_iov = &iov;

Completed in 79 milliseconds