struct tarpc_recv_in

struct tarpc_recv_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    uint8_t buf;
    tarpc_size_t len;
    tarpc_int flags;
    tarpc_bool chk_func;
};