Searched refs:bgp_clist (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_clist.h119 extern struct community_list_handler *bgp_clist;
H A Dbgp_vty.c8603 #include "bgp_clist.h"
8683 ret = community_list_set (bgp_clist, argv[0], str, direct, style);
8706 ret = community_list_unset (bgp_clist, name, NULL, 0, COMMUNITY_LIST_AUTO);
8740 ret = community_list_unset (bgp_clist, argv[0], str, direct, style);
8985 cm = community_list_master_lookup (bgp_clist, COMMUNITY_LIST_AUTO);
9009 list = community_list_lookup (bgp_clist, argv[0], COMMUNITY_LIST_AUTO);
9055 ret = extcommunity_list_set (bgp_clist, argv[0], str, direct, style);
9075 ret = extcommunity_list_unset (bgp_clist, name, NULL, 0, EXTCOMMUNITY_LIST_AUTO);
9108 ret = extcommunity_list_unset (bgp_clist, argv[0], str, direct, style);
9325 cm = community_list_master_lookup (bgp_clist, EXTCOMMUNITY_LIST_AUT
[all...]
H A Dbgp_routemap.c46 #include "bgpd/bgp_clist.h"
465 list = community_list_lookup (bgp_clist, rcom->name, COMMUNITY_LIST_AUTO);
1057 list = community_list_lookup (bgp_clist, rule, COMMUNITY_LIST_AUTO);
H A Dbgpd.c47 #include "bgpd/bgp_clist.h"
71 struct community_list_handler *bgp_clist;
4512 bgp_clist = community_list_init ();
70 struct community_list_handler *bgp_clist; variable in typeref:struct:community_list_handler
H A Dbgp_route.c46 #include "bgpd/bgp_clist.h"
6959 list = community_list_lookup (bgp_clist, com, COMMUNITY_LIST_AUTO);

Completed in 194 milliseconds