enum tarpc_accept_verdict

enum tarpc_accept_verdict {
    TARPC_CF_REJECT,
    TARPC_CF_ACCEPT,
    TARPC_CF_DEFER,
};