Searched refs:COMMUNITY_LIST_EXPANDED (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_clist.c44 case COMMUNITY_LIST_EXPANDED:
81 case COMMUNITY_LIST_EXPANDED:
331 case COMMUNITY_LIST_EXPANDED:
434 else if (entry->style == COMMUNITY_LIST_EXPANDED)
463 else if (entry->style == COMMUNITY_LIST_EXPANDED)
496 else if (entry->style == COMMUNITY_LIST_EXPANDED)
537 case COMMUNITY_LIST_EXPANDED:
619 if (! entry && (style == COMMUNITY_LIST_EXPANDED
629 entry->style = COMMUNITY_LIST_EXPANDED;
690 && (style == COMMUNITY_LIST_EXPANDED || styl
[all...]
H A Dbgp_clist.h31 #define COMMUNITY_LIST_EXPANDED 1 /* Expanded community-list. */ macro
H A Dbgp_vty.c8804 return community_list_set_vty (vty, argc, argv, COMMUNITY_LIST_EXPANDED, 0);
8842 return community_list_set_vty (vty, argc, argv, COMMUNITY_LIST_EXPANDED, 1);
8910 return community_list_unset_vty (vty, argc, argv, COMMUNITY_LIST_EXPANDED);
8940 return community_list_unset_vty (vty, argc, argv, COMMUNITY_LIST_EXPANDED);

Completed in 111 milliseconds