Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpd/
Drde_attr.c690 if (as >= f->as_min && as <= f->as_max) in as_compare()
694 if (as < f->as_min || as > f->as_max) in as_compare()
Dprintconf.c1016 printf("%s ", log_as(r->match.as.as_max)); in print_as()
1020 printf("%s ", log_as(r->match.as.as_max)); in print_as()
Dbgpd.h976 uint32_t as_max; member
Dparse.y2731 $$->a.as_max = $1;
2746 $$->a.as_max = $2;
2758 $$->a.as_max = $3;
/openbsd/src/usr.sbin/bgpctl/
Dparser.c641 res.as.as_max = res.as.as_min; in match_token()