Searched refs:msg_flags (Results 1 – 15 of 15) sorted by relevance
/aosp12/system/core/trusty/storage/lib/ |
H A D | storage.c | 49 uint32_t msg_flags = 0; in _to_msg_flags() local 52 msg_flags |= STORAGE_MSG_FLAG_TRANSACT_COMPLETE; in _to_msg_flags() 54 return msg_flags; in _to_msg_flags() 226 const void *buf, size_t size, uint32_t msg_flags) in _write_req() argument 228 struct storage_msg msg = { .cmd = STORAGE_FILE_WRITE, .flags = msg_flags, }; in _write_req() 245 uint32_t msg_flags = _to_msg_flags(opflags & ~STORAGE_OP_COMPLETE); in storage_write() local 251 msg_flags = _to_msg_flags(opflags); in storage_write() 253 rc = _write_req(fh, off, ptr, chunk, msg_flags); in storage_write()
|
/aosp12/system/libbase/ |
H A D | cmsg.cpp | 52 .msg_flags = 0, in SendFileDescriptorVector() 95 .msg_flags = 0, in ReceiveFileDescriptorVector() 110 if ((msg.msg_flags & MSG_TRUNC)) { in ReceiveFileDescriptorVector() 113 } else if ((msg.msg_flags & MSG_CTRUNC)) { in ReceiveFileDescriptorVector()
|
/aosp12/packages/modules/adb/client/openscreen/platform/ |
H A D | udp_socket.cpp | 118 msg.msg_flags = 0; in ReceiveMessageInternal() 137 if (((msg.msg_flags & MSG_CTRUNC) != 0) || in ReceiveMessageInternal() 412 msg.msg_flags = 0; in JoinMulticastGroup()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | sys_socket_h.c | 59 STRUCT_MEMBER(struct msghdr, int, msg_flags); in sys_socket_h()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | io_uring.h | 43 __u32 msg_flags; member
|
H A D | tcp.h | 255 __u32 msg_flags; member
|
/aosp12/system/core/libnetutils/ |
H A D | packet.c | 147 msghdr.msg_flags = 0; in send_packet()
|
/aosp12/bionic/libc/include/sys/ |
H A D | socket.h | 86 int msg_flags; member
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps.h | 223 int msg_flags; member
|
H A D | sysdeps_win32.cpp | 875 wmsg->dwFlags = msg->msg_flags; in to_WSAMSG()
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 446 msg.msg_flags = 0; in SendAgentFds()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_ConntrackListener.cpp | 1263 .msg_flags = 0, in readConntrack()
|
H A D | IPACM_Netlink.cpp | 398 if(msgh->msg_flags & MSG_TRUNC) in ipa_nl_recv()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 398 if(msgh->msg_flags & MSG_TRUNC) in ipa_nl_recv()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 398 if(msgh->msg_flags & MSG_TRUNC) in ipa_nl_recv()
|