Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dprintconf.c132 case COMMUNITY_ANY: in print_community()
146 case COMMUNITY_ANY: in print_community()
162 case COMMUNITY_ANY: in print_community()
176 case COMMUNITY_ANY: in print_community()
190 case COMMUNITY_ANY: in print_community()
205 if ((c->flags >> 24 & 0xff) == COMMUNITY_ANY) { in print_community()
212 if ((c->flags >> 8 & 0xff) == COMMUNITY_ANY) { in print_community()
237 if ((c->flags >> 16 & 0xff) == COMMUNITY_ANY) in print_community()
H A Drde_community.c35 case COMMUNITY_ANY: in apply_flag()
105 if ((fc->flags >> 8 & 0xff) != COMMUNITY_ANY || in fc2c()
114 if ((fc->flags >> 8 & 0xff) == COMMUNITY_ANY) in fc2c()
129 if ((fc->flags >> 8 & 0xff) == COMMUNITY_ANY) in fc2c()
145 if ((fc->flags >> 8 & 0xff) == COMMUNITY_ANY) in fc2c()
H A Dparse.y2742 if (!$2 && (f1 == COMMUNITY_ANY ||
2743 f2 == COMMUNITY_ANY || f3 == COMMUNITY_ANY)) {
3597 *flag = COMMUNITY_ANY; in getcommunity()
3816 c->flags |= COMMUNITY_ANY << 24; in parseextcommunity()
3830 dflag1 = COMMUNITY_ANY; in parseextcommunity()
3861 dflag1 = COMMUNITY_ANY; in parseextcommunity()
3889 dflag1 = COMMUNITY_ANY; in parseextcommunity()
3900 if (dflag1 == COMMUNITY_ANY && type == -1) { in parseextcommunity()
H A Dparse.c5573 if (!(yyvsp[-1].v.u8) && (f1 == COMMUNITY_ANY || in yyparse()
5574 f2 == COMMUNITY_ANY || f3 == COMMUNITY_ANY)) { in yyparse()
6719 *flag = COMMUNITY_ANY; in getcommunity()
6938 c->flags |= COMMUNITY_ANY << 24; in parseextcommunity()
6952 dflag1 = COMMUNITY_ANY; in parseextcommunity()
6983 dflag1 = COMMUNITY_ANY; in parseextcommunity()
7011 dflag1 = COMMUNITY_ANY; in parseextcommunity()
7022 if (dflag1 == COMMUNITY_ANY && type == -1) { in parseextcommunity()
H A Dbgpd.h931 #define COMMUNITY_ANY 1 macro
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c1075 *flag = COMMUNITY_ANY; in getcommunity()
1274 c->flags |= COMMUNITY_ANY << 24; in parseextcommunity()
1286 dflag1 = COMMUNITY_ANY; in parseextcommunity()
1312 dflag1 = COMMUNITY_ANY; in parseextcommunity()
1336 dflag1 = COMMUNITY_ANY; in parseextcommunity()
1346 if (dflag1 == COMMUNITY_ANY && type == -1) { in parseextcommunity()