Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_socket_h.c49 STRUCT_MEMBER(struct msghdr, size_t, msg_iovlen); in sys_socket_h()
51 STRUCT_MEMBER(struct msghdr, int, msg_iovlen); in sys_socket_h()
/bionic/tests/
Dsys_socket_test.cpp154 msgs[i].msg_hdr.msg_iovlen = 1; in TestRecvMMsg()
196 msgs[i].msg_hdr.msg_iovlen = 1; in SendMMsg()
/bionic/libc/bionic/
Dandroid_profiling_dynamic.cpp162 msg_hdr.msg_iovlen = 1; in HandleTracedPerfSignal()
/bionic/libc/include/sys/
Dsocket.h83 size_t msg_iovlen; member