struct tarpc_sendmmsg_alt_in

struct tarpc_sendmmsg_alt_in {
    // fields

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