std › os.linux › io_uring_sqe › prep_recvmsgprep_recvmsgFunction parametersParameters#sqe:*linux.io_uring_sqefd:linux.fd_tmsg:*linux.msghdrflags:u32Type definitions in this namespaceTypes#io_uring_sqeSourceImplementation#pub fn prep_recvmsg( sqe: *linux.io_uring_sqe, fd: linux.fd_t, msg: *linux.msghdr, flags: u32, ) void { sqe.prep_rw(.RECVMSG, fd, @intFromPtr(msg), 1, 0); sqe.rw_flags = flags; }
pub fn prep_recvmsg( sqe: *linux.io_uring_sqe, fd: linux.fd_t, msg: *linux.msghdr, flags: u32, ) void { sqe.prep_rw(.RECVMSG, fd, @intFromPtr(msg), 1, 0); sqe.rw_flags = flags; }