Home
last modified time | relevance | path

Searched refs:msg_flags (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/core/trusty/storage/lib/
H A Dstorage.c49 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 Dcmsg.cpp52 .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 Dudp_socket.cpp118 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 Dsys_socket_h.c59 STRUCT_MEMBER(struct msghdr, int, msg_flags); in sys_socket_h()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dio_uring.h43 __u32 msg_flags; member
H A Dtcp.h255 __u32 msg_flags; member
/aosp12/system/core/libnetutils/
H A Dpacket.c147 msghdr.msg_flags = 0; in send_packet()
/aosp12/bionic/libc/include/sys/
H A Dsocket.h86 int msg_flags; member
/aosp12/packages/modules/adb/
H A Dsysdeps.h223 int msg_flags; member
H A Dsysdeps_win32.cpp875 wmsg->dwFlags = msg->msg_flags; in to_WSAMSG()
/aosp12/art/adbconnection/
H A Dadbconnection.cc446 msg.msg_flags = 0; in SendAgentFds()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_ConntrackListener.cpp1263 .msg_flags = 0, in readConntrack()
H A DIPACM_Netlink.cpp398 if(msgh->msg_flags & MSG_TRUNC) in ipa_nl_recv()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Netlink.cpp398 if(msgh->msg_flags & MSG_TRUNC) in ipa_nl_recv()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Netlink.cpp398 if(msgh->msg_flags & MSG_TRUNC) in ipa_nl_recv()