Lines Matching refs:rule
108 * Component of an HBAC rule
124 * List of explicit members of this rule component
133 * List of group members of this rule component
143 * HBAC rule object for evaluation
151 * for which this rule applies
157 * rule applies
162 * Target hosts for which this rule apples
167 * Source hosts for which this rule applies
201 * Request object for an HBAC rule evaluation
254 /** Parse error while evaluating rule */
268 * Specify the name of the rule that matched or
281 * rule that allowed access (or caused a parse error)
325 * @brief Evaluate whether an HBAC rule contains all necessary elements
327 * @param[in] rule An HBAC rule to evaluate
328 * @param[out] missing_attrs A list of attributes missing from the rule
335 * @return True if the rule contains all mandatory attributes
337 * @note This function does not care if the rule is enabled or disabled
339 bool hbac_rule_is_complete(struct hbac_rule *rule, uint32_t *missing_attrs);