Home
last modified time | relevance | path

Searched refs:ACTION_DENY (Results 1 – 17 of 17) sorted by relevance

/dports/security/oidentd/oidentd-2.5.1/src/
H A Duser_db.h26 #define ACTION_DENY 0x00 macro
H A Dcfg_scan.l134 yylval.value = ACTION_DENY;
H A Dcfg_scan.c986 yylval.value = ACTION_DENY;
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Didx.h163 #define ACTION_DENY "deny" macro
H A Dezmlm-manage.c1178 } else if (case_starts(action,ACTION_DENY)) { /* deny */ in set_workdir()
1179 action += str_len(ACTION_DENY); in set_workdir()
1181 if (!stralloc_cats(&outlocal,ACTION_DENY)) die_nomem(); in set_workdir()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_update.c149 ACTION_DENY) { in up_generate_updates()
219 &state) == ACTION_DENY) { in up_generate_default()
H A Drde_filter.c774 enum filter_actions action = ACTION_DENY; /* default deny */ in rde_filter()
781 return (ACTION_DENY); in rde_filter()
H A Dbgpd.h889 ACTION_DENY enumerator
H A Dprintconf.c810 else if (r->action == ACTION_DENY) in print_rule()
H A Drde.c3538 } else if (action == ACTION_DENY) { in rde_softreconfig_in()
3676 } else if (action == ACTION_DENY) { in rde_roa_softreload()
H A Dparse.y1856 | DENY { $$ = ACTION_DENY; }
H A Dparse.c4266 { (yyval.v.u8) = ACTION_DENY; } in yyparse()
/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmodsecurity.h189 #define ACTION_DENY 1 macro
H A Dmod_security2.c212 case ACTION_DENY : in perform_interception()
H A Dre_actions.c571 actionset->intercept_action = ACTION_DENY; in msre_action_deny_init()
/dports/security/modsecurity3/modsecurity-v3.0.5/src/parser/
H A Dseclang-scanner.ll99 ACTION_DENY (?i:deny)
508 {ACTION_DENY} { return p::make_ACTION_DEN…
H A Dseclang-parser.yy501 ACTION_DENY "Deny"
2697 | ACTION_DENY