Home
last modified time | relevance | path

Searched refs:COMMUNITY_LOCAL_AS (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/regress/usr.sbin/bgpd/unittests/
Drde_community_test.h495 .flags = COMMUNITY_TYPE_BASIC | (COMMUNITY_LOCAL_AS << 8) |
499 .flags = COMMUNITY_TYPE_LARGE | (COMMUNITY_LOCAL_AS << 8) |
503 .flags = COMMUNITY_TYPE_EXT | (COMMUNITY_LOCAL_AS << 8) |
/openbsd/src/usr.sbin/bgpd/
Dprintconf.c139 case COMMUNITY_LOCAL_AS: in print_community()
153 case COMMUNITY_LOCAL_AS: in print_community()
169 case COMMUNITY_LOCAL_AS: in print_community()
183 case COMMUNITY_LOCAL_AS: in print_community()
197 case COMMUNITY_LOCAL_AS: in print_community()
225 else if ((c->flags >> 8 & 0xff) == COMMUNITY_LOCAL_AS) in print_community()
249 else if ((c->flags >> 16 & 0xff) == COMMUNITY_LOCAL_AS) in print_community()
Drde_community.c45 case COMMUNITY_LOCAL_AS: in apply_flag()
Dbgpd.h1092 #define COMMUNITY_LOCAL_AS 3 macro
Dparse.y4353 *flag = COMMUNITY_LOCAL_AS; in getcommunity()
4491 *flag = COMMUNITY_LOCAL_AS; in parseextvalue()
/openbsd/src/usr.sbin/bgpctl/
Dparser.c1161 *flag = COMMUNITY_LOCAL_AS; in getcommunity()
1284 *flag = COMMUNITY_LOCAL_AS; in parseextvalue()