Home
last modified time | relevance | path

Searched refs:AS_SOURCE (Results 1 – 7 of 7) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c166 { ASTYPE, "source-as", AS_SOURCE, t_show_rib_as},
200 { ASTYPE, "source-as", AS_SOURCE, t_show_mrt_as},
H A Dbgpctl.c1787 if (f->type == AS_SOURCE) { in match_aspath()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h803 AS_SOURCE, enumerator
H A Dprintconf.c892 else if (r->match.as.type == AS_SOURCE) in print_rule()
H A Drde_attr.c961 if (f->type == AS_SOURCE) { in aspath_match()
H A Dparse.y2450 | SOURCEAS { $$ = AS_SOURCE; }
H A Dparse.c5121 { (yyval.v.u8) = AS_SOURCE; } in yyparse()