Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpd/
Drde_community.c123 switch (type & EXT_COMMUNITY_VALUE) { in fc2c()
350 switch (type & EXT_COMMUNITY_VALUE) { in community_set()
488 switch (type & EXT_COMMUNITY_VALUE) { in community_ext_add()
591 switch ((cp->data3 >> 8) & EXT_COMMUNITY_VALUE) { in community_writebuf()
755 switch ((c.data3 >> 8) & EXT_COMMUNITY_VALUE) { in community_to_rd()
Dbgpd.h1106 #define EXT_COMMUNITY_VALUE 0x3f macro
Dparse.y4509 switch (type & EXT_COMMUNITY_VALUE) { in parseextvalue()
/openbsd/src/usr.sbin/bgpctl/
Doutput_json.c495 switch ((c.data3 >> 8) & EXT_COMMUNITY_VALUE) { in json_communities()
Doutput.c685 switch ((c.data3 >> 8) & EXT_COMMUNITY_VALUE) { in show_communities()
Dparser.c1302 switch (type & EXT_COMMUNITY_VALUE) { in parseextvalue()