Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgpd/
H A Drde_filter.c831 enum filter_actions action = ACTION_DENY; /* default deny */ in rde_filter()
838 return (ACTION_DENY); in rde_filter()
H A Drde_update.c172 new->pt->prefixlen, &state) == ACTION_DENY) { in up_process_prefix()
431 ACTION_DENY) { in up_generate_default()
H A Dbgpd.h1014 ACTION_DENY enumerator
H A Dprintconf.c1021 else if (r->action == ACTION_DENY) in print_rule()
H A Dparse.y2407 | DENY { $$ = ACTION_DENY; }