Symbol: COMMUNITY_TYPE_LARGE
regress/usr.sbin/bgpd/unittests/rde_community_test.c
189
if (community_count(&comm, COMMUNITY_TYPE_LARGE) !=
regress/usr.sbin/bgpd/unittests/rde_community_test.h
390
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
396
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
402
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
408
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
414
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
420
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
426
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
432
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
438
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
444
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
450
.flags = COMMUNITY_TYPE_LARGE,
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
472
.flags = COMMUNITY_TYPE_LARGE | (COMMUNITY_ANY << 16) |
regress/usr.sbin/bgpd/unittests/rde_community_test.h
499
.flags = COMMUNITY_TYPE_LARGE | (COMMUNITY_LOCAL_AS << 8) |
regress/usr.sbin/bgpd/unittests/rde_community_test.h
523
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
529
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
535
.flags = COMMUNITY_TYPE_LARGE,
regress/usr.sbin/bgpd/unittests/rde_community_test.h
541
.flags = COMMUNITY_TYPE_LARGE,
usr.sbin/bgpctl/output.c
690
case COMMUNITY_TYPE_LARGE:
usr.sbin/bgpctl/output_json.c
503
case COMMUNITY_TYPE_LARGE:
usr.sbin/bgpctl/parser.c
1248
c->flags = COMMUNITY_TYPE_LARGE;
usr.sbin/bgpd/parse.y
3129
| LARGECOMMUNITY { $$ = COMMUNITY_TYPE_LARGE; }
usr.sbin/bgpd/parse.y
4399
c->flags = COMMUNITY_TYPE_LARGE;
usr.sbin/bgpd/parse.y
4412
if (type == COMMUNITY_TYPE_LARGE)
usr.sbin/bgpd/printconf.c
117
case COMMUNITY_TYPE_LARGE:
usr.sbin/bgpd/printconf.c
164
case COMMUNITY_TYPE_LARGE:
usr.sbin/bgpd/rde_community.c
326
case COMMUNITY_TYPE_LARGE:
usr.sbin/bgpd/rde_community.c
454
struct community set = { .flags = COMMUNITY_TYPE_LARGE };
usr.sbin/bgpd/rde_community.c
548
t = COMMUNITY_TYPE_LARGE;
usr.sbin/bgpd/rde_community.c
87
case COMMUNITY_TYPE_LARGE:
usr.sbin/bgpd/rde_filter.c
308
community_count(&state->communities, COMMUNITY_TYPE_LARGE))