Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_community.c86 case COMMUNITY_TYPE_LARGE: in fc2c()
383 struct community set = { .flags = COMMUNITY_TYPE_LARGE }; in community_large_add()
515 COMMUNITY_TYPE_LARGE) in community_large_write()
530 COMMUNITY_TYPE_LARGE) { in community_large_write()
628 COMMUNITY_TYPE_LARGE) in community_writebuf()
707 COMMUNITY_TYPE_LARGE) { in community_writebuf()
H A Dprintconf.c113 case COMMUNITY_TYPE_LARGE: in community_type()
160 case COMMUNITY_TYPE_LARGE: in print_community()
H A Dbgpd.h929 #define COMMUNITY_TYPE_LARGE 32 macro
H A Dparse.y2481 | LARGECOMMUNITY { $$ = COMMUNITY_TYPE_LARGE; }
3650 c->flags = COMMUNITY_TYPE_LARGE; in parselargecommunity()
3663 if (type == COMMUNITY_TYPE_LARGE) in parsecommunity()
H A Dparse.c5191 { (yyval.v.u8) = COMMUNITY_TYPE_LARGE; } in yyparse()
6772 c->flags = COMMUNITY_TYPE_LARGE; in parselargecommunity()
6785 if (type == COMMUNITY_TYPE_LARGE) in parsecommunity()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dparser.c667 type = COMMUNITY_TYPE_LARGE; in match_token()
1121 c->flags = COMMUNITY_TYPE_LARGE; in parselargecommunity()
1133 if (type == COMMUNITY_TYPE_LARGE) { in parsecommunity()
H A Doutput_json.c442 case COMMUNITY_TYPE_LARGE: in json_communities()
H A Doutput.c502 case COMMUNITY_TYPE_LARGE: in show_communities()