Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_socket_test.cpp153 msgs[i].msg_hdr.msg_iov = &io[i]; in TestRecvMMsg()
195 msgs[i].msg_hdr.msg_iov = &io[i]; in SendMMsg()
/bionic/tests/headers/posix/
Dsys_socket_h.c47 STRUCT_MEMBER(struct msghdr, struct iovec*, msg_iov); in sys_socket_h()
/bionic/libc/bionic/
Dandroid_profiling_dynamic.cpp172 msg_hdr.msg_iov = &iov; in HandleTracedPerfSignal()
/bionic/libc/include/sys/
Dsocket.h91 struct iovec* msg_iov; member