Searched refs:community_list_handler (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.h103 struct community_list_handler struct
119 extern struct community_list_handler *bgp_clist;
122 struct community_list_handler *community_list_init ();
124 int community_list_set (struct community_list_handler *ch,
126 int community_list_unset (struct community_list_handler *ch,
128 int extcommunity_list_set (struct community_list_handler *ch,
130 int extcommunity_list_unset (struct community_list_handler *ch,
134 community_list_master_lookup (struct community_list_handler *, int);
137 community_list_lookup (struct community_list_handler *, char *, int);
H A Dbgp_clist.c38 community_list_master_lookup (struct community_list_handler *ch, int style)
114 community_list_insert (struct community_list_handler *ch,
208 community_list_lookup (struct community_list_handler *ch,
232 community_list_get (struct community_list_handler *ch, char *name, int style)
552 community_list_set (struct community_list_handler *ch,
648 community_list_unset (struct community_list_handler *ch,
712 extcommunity_list_set (struct community_list_handler *ch,
813 extcommunity_list_unset (struct community_list_handler *ch,
876 struct community_list_handler *
879 struct community_list_handler *c
[all...]
H A Dbgpd.c71 struct community_list_handler *bgp_clist;

Completed in 127 milliseconds