struct tarpc_recvmmsg_alt_in

struct tarpc_recvmmsg_alt_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    struct tarpc_mmsghdr mmsg<>;
    tarpc_uint vlen;
    tarpc_uint flags;
    struct tarpc_timespec timeout<>;
};