struct tarpc_passwd

struct tarpc_passwd {
    // fields

    char name;
    char passwd;
    tarpc_uint uid;
    tarpc_uint gid;
    char gecos;
    char dir;
    char shell;
};