Home
last modified time | relevance | path

Searched refs:COMMUNITY_TYPE_EXT (Results 1 – 8 of 8) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_community.c97 case COMMUNITY_TYPE_EXT: in fc2c()
249 if ((u_int8_t)c->flags == COMMUNITY_TYPE_EXT && in non_transitive_community()
409 struct community set = { .flags = COMMUNITY_TYPE_EXT }; in community_ext_add()
566 COMMUNITY_TYPE_EXT && !(ebgp && in community_ext_write()
582 if ((u_int8_t)cp->flags == COMMUNITY_TYPE_EXT && !(ebgp && in community_ext_write()
625 COMMUNITY_TYPE_EXT) in community_writebuf()
671 if ((u_int8_t)cp->flags != COMMUNITY_TYPE_EXT) in community_writebuf()
H A Dprintconf.c115 case COMMUNITY_TYPE_EXT: in community_type()
204 case COMMUNITY_TYPE_EXT: in print_community()
H A Dbgpd.h928 #define COMMUNITY_TYPE_EXT 16 macro
H A Dparse.y3815 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
3901 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
3909 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
H A Dparse.c6937 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
7023 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
7031 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c1273 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
1347 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
1355 c->flags = COMMUNITY_TYPE_EXT; in parseextcommunity()
H A Doutput_json.c447 case COMMUNITY_TYPE_EXT: in json_communities()
H A Doutput.c506 case COMMUNITY_TYPE_EXT: in show_communities()