logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

io_uring_prep_send_set_addr - set address details for send requests

Description

       The  io_uring_prep_send_set_addr(3) function sets a socket destination address specified by dest_addr and
       its length using addr_len parameters. It can be used once sqe  is  prepared  using  any  of  the  send(2)
       io_uring helpers. See man pages of io_uring_prep_send(3) or io_uring_prep_send_zc(3).

Name

       io_uring_prep_send_set_addr - set address details for send requests

Return Value

       None

See Also

io_uring_get_sqe(3), io_uring_prep_send(3), io_uring_prep_send_zc(3), send(2)

liburing-2.4                                    January 23, 2023                  io_uring_prep_send_set_addr(3)

Synopsis

#include<liburing.h>voidio_uring_prep_send_set_addr(structio_uring_sqe*sqe,conststructsockaddr*dest_addr,__u16addr_len);

See Also