Searched defs:Sendmsg (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_syscall_wrapper.cc | 15 ssize_t QuicSyscallWrapper::Sendmsg(int sockfd, const msghdr* msg, int flags) { in Sendmsg() function in quic::QuicSyscallWrapper
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | csocket.py | 218 def Sendmsg(s, to, data, control, flags): function
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_server.cpp | 87 bool UserSnapshotServer::Sendmsg(android::base::borrowed_fd fd, const std::string& msg) { in Sendmsg() function in android::snapshot::UserSnapshotServer
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | snapuserd_client.cpp | 168 bool SnapuserdClient::Sendmsg(const std::string& msg) { in Sendmsg() function in android::snapshot::SnapuserdClient
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 33 Sendmsg = "sendmsg" variable in InstrClass
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | syscall_unix.go | 395 func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_unix.go | 402 func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { func
|
D | syscall_zos_s390x.go | 1923 func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { func
|
/aosp_15_r20/external/crosvm/io_uring/src/ |
H A D | uring.rs | 199 Sendmsg = io_uring_op_IORING_OP_SENDMSG, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | io_uring.rs | 350 Sendmsg = sys::io_uring_op::IORING_OP_SENDMSG as _, enumerator
|