struct tarpc_lseek_in { // fields struct tarpc_in_arg common; tarpc_int fd; tarpc_off_t pos; tarpc_int mode; };