enum tarpc_flags

enum tarpc_flags {
    TARPC_SA_NOT_NULL = 0x1,
    TARPC_SA_RAW      = 0x2,
    TARPC_SA_LEN_AUTO = 0x4,
};