Searched refs:io_uring_prep_recvmsg (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/liburing/test/ |
H A D | recv-msgall.c | 59 io_uring_prep_recvmsg(sqe, sockfd, &msg, MSG_WAITALL); in recv_prep()
|
H A D | recv-msgall-stream.c | 97 io_uring_prep_recvmsg(sqe, sockfd, &msg, MSG_WAITALL); in recv_prep()
|
H A D | send_recvmsg.c | 69 io_uring_prep_recvmsg(sqe, *sockfd, &msg, 0); in recv_prep()
|
/aosp_15_r20/external/liburing/src/include/ |
H A D | liburing.h | 410 static inline void io_uring_prep_recvmsg(struct io_uring_sqe *sqe, int fd, in io_uring_prep_recvmsg() function
|