Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c167 { ASTYPE, "transit-as", AS_TRANSIT, t_show_rib_as},
201 { ASTYPE, "transit-as", AS_TRANSIT, t_show_mrt_as},
H A Dbgpctl.c1810 if (final && i == seg_len - 1 && f->type == AS_TRANSIT) in match_aspath()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h804 AS_TRANSIT, enumerator
H A Dprintconf.c894 else if (r->match.as.type == AS_TRANSIT) in print_rule()
H A Drde_attr.c984 if (final && i == seg_len - 1 && f->type == AS_TRANSIT) in aspath_match()
H A Dparse.y2451 | TRANSITAS { $$ = AS_TRANSIT; }
H A Dparse.c5127 { (yyval.v.u8) = AS_TRANSIT; } in yyparse()