Symbol: COMMUNITY_ANY
regress/usr.sbin/bgpd/unittests/rde_community_test.h
456
.flags = COMMUNITY_TYPE_BASIC | (COMMUNITY_ANY << 16),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
460
.flags = COMMUNITY_TYPE_BASIC | (COMMUNITY_ANY << 16),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
464
.flags = COMMUNITY_TYPE_BASIC | (COMMUNITY_ANY << 8),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
468
.flags = COMMUNITY_TYPE_LARGE | (COMMUNITY_ANY << 8) |
regress/usr.sbin/bgpd/unittests/rde_community_test.h
469
(COMMUNITY_ANY << 16) | (COMMUNITY_ANY << 24),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
472
.flags = COMMUNITY_TYPE_LARGE | (COMMUNITY_ANY << 16) |
regress/usr.sbin/bgpd/unittests/rde_community_test.h
473
(COMMUNITY_ANY << 24),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
571
.flags = COMMUNITY_TYPE_EXT | (COMMUNITY_ANY << 24),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
574
.flags = COMMUNITY_TYPE_EXT | (COMMUNITY_ANY << 8),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
578
.flags = COMMUNITY_TYPE_EXT | (COMMUNITY_ANY << 8),
regress/usr.sbin/bgpd/unittests/rde_community_test.h
582
.flags = COMMUNITY_TYPE_EXT | (COMMUNITY_ANY << 16),
usr.sbin/bgpctl/parser.c
1160
*flag = COMMUNITY_ANY;
usr.sbin/bgpctl/parser.c
1354
c->flags |= COMMUNITY_ANY << 24;
usr.sbin/bgpctl/parser.c
1369
dflag1 = COMMUNITY_ANY;
usr.sbin/bgpctl/parser.c
1398
dflag1 = COMMUNITY_ANY;
usr.sbin/bgpctl/parser.c
1422
dflag1 = COMMUNITY_ANY;
usr.sbin/bgpctl/parser.c
1432
if (dflag1 == COMMUNITY_ANY && type == -1) {
usr.sbin/bgpd/parse.y
3398
if (!$2 && (f1 == COMMUNITY_ANY ||
usr.sbin/bgpd/parse.y
3399
f2 == COMMUNITY_ANY || f3 == COMMUNITY_ANY)) {
usr.sbin/bgpd/parse.y
4346
*flag = COMMUNITY_ANY;
usr.sbin/bgpd/parse.y
4565
c->flags |= COMMUNITY_ANY << 24;
usr.sbin/bgpd/parse.y
4582
dflag1 = COMMUNITY_ANY;
usr.sbin/bgpd/parse.y
4616
dflag1 = COMMUNITY_ANY;
usr.sbin/bgpd/parse.y
4644
dflag1 = COMMUNITY_ANY;
usr.sbin/bgpd/parse.y
4655
if (dflag1 == COMMUNITY_ANY && type == -1) {
usr.sbin/bgpd/printconf.c
136
case COMMUNITY_ANY:
usr.sbin/bgpd/printconf.c
150
case COMMUNITY_ANY:
usr.sbin/bgpd/printconf.c
166
case COMMUNITY_ANY:
usr.sbin/bgpd/printconf.c
180
case COMMUNITY_ANY:
usr.sbin/bgpd/printconf.c
194
case COMMUNITY_ANY:
usr.sbin/bgpd/printconf.c
209
if ((c->flags >> 24 & 0xff) == COMMUNITY_ANY) {
usr.sbin/bgpd/printconf.c
216
if ((c->flags >> 8 & 0xff) == COMMUNITY_ANY) {
usr.sbin/bgpd/printconf.c
247
if ((c->flags >> 16 & 0xff) == COMMUNITY_ANY)
usr.sbin/bgpd/rde_community.c
102
if ((fc->flags >> 24 & 0xff) == COMMUNITY_ANY) {
usr.sbin/bgpd/rde_community.c
114
if ((fc->flags >> 8 & 0xff) != COMMUNITY_ANY ||
usr.sbin/bgpd/rde_community.c
128
if ((fc->flags >> 8 & 0xff) == COMMUNITY_ANY)
usr.sbin/bgpd/rde_community.c
141
if ((fc->flags >> 8 & 0xff) == COMMUNITY_ANY)
usr.sbin/bgpd/rde_community.c
156
if ((fc->flags >> 8 & 0xff) == COMMUNITY_ANY)
usr.sbin/bgpd/rde_community.c
36
case COMMUNITY_ANY: