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.c179 new->pt->prefixlen, &state) == ACTION_DENY) { in up_process_prefix()
438 ACTION_DENY) { in up_generate_default()
H A Dbgpd.h1029 ACTION_DENY enumerator
H A Dprintconf.c1039 else if (r->action == ACTION_DENY) in print_rule()
H A Dparse.y2433 | DENY { $$ = ACTION_DENY; }