Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c165 { ASTYPE, "as", AS_ALL, t_show_rib_as},
199 { ASTYPE, "as", AS_ALL, t_show_mrt_as},
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h802 AS_ALL, enumerator
H A Dprintconf.c890 if (r->match.as.type == AS_ALL) in print_rule()
H A Dparse.y2449 filter_as_type : AS { $$ = AS_ALL; }
H A Dparse.c5115 { (yyval.v.u8) = AS_ALL; } in yyparse()