| 1215 | } |
| 1216 | |
| 1217 | IOURINGINLINE void *io_uring_recvmsg_name(struct io_uring_recvmsg_out *o) |
| 1218 | LIBURING_NOEXCEPT |
| 1219 | { |
| 1220 | return (void *) &o[1]; |
| 1221 | } |
| 1222 | |
| 1223 | IOURINGINLINE struct cmsghdr * |
| 1224 | io_uring_recvmsg_cmsg_firsthdr(struct io_uring_recvmsg_out *o, |
no outgoing calls
no test coverage detected